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

Commit f33aaa6a authored by Junda Liu's avatar Junda Liu
Browse files

Don't set prefer network type on RIL connected.

Bug: b/23187758
Change-Id: Ie60893290665f0dc670571c6eccc07040cee1e37
parent f644365c
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]);