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

Commit 7c107e94 authored by Junda Liu's avatar Junda Liu Committed by Android (Google) Code Review
Browse files

Merge "Don't set prefer network type on RIL connected." into mnc-dev

parents 4138d4a9 f33aaa6a
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]);