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

Commit 121c056d authored by Wink Saville's avatar Wink Saville
Browse files

Default CellInfoListRate to off, Integer.MAX_VALUE.

For now be sure CellInfoListRate is off.

Bug: 8621996
Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
parent 151274cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2959,6 +2959,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {
                setRadioPower(false, null);
                setPreferredNetworkType(mPreferredNetworkType, null);
                setCdmaSubscriptionSource(mCdmaSubscription, null);
                setCellInfoListRate(Integer.MAX_VALUE, null);
                notifyRegistrantsRilConnectionChanged(((int[])ret)[0]);
                break;
            }