Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af88e4d7 authored by Junda Liu's avatar Junda Liu Committed by Android Git Automerger
Browse files

am 7c107e94: Merge "Don\'t set prefer network type on RIL connected." into mnc-dev

* commit '7c107e94':
  Don't set prefer network type on RIL connected.
parents 5e31d9b0 7c107e94
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3206,7 +3206,6 @@ public final class RIL extends BaseCommands implements CommandsInterface {

                // Initial conditions
                setRadioPower(false, null);
                setPreferredNetworkType(mPreferredNetworkType, null);
                setCdmaSubscriptionSource(mCdmaSubscription, null);
                setCellInfoListRate(Integer.MAX_VALUE, null);
                notifyRegistrantsRilConnectionChanged(((int[])ret)[0]);