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

Commit 8b752158 authored by Siddharth Ray's avatar Siddharth Ray Committed by android-build-merger
Browse files

Merge "Persistence of LPP profile" into pi-dev am: a6c06bdf

am: abad19e7

Change-Id: Ic7abf1d24d60863b52429b14b6303e1583edf9f4
parents 6610d0b2 abad19e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2187,7 +2187,7 @@ public class CarrierConfigManager {
        sDefaults.putStringArray(KEY_FILTERED_CNAP_NAMES_STRING_ARRAY, null);
        sDefaults.putBoolean(KEY_EDITABLE_WFC_ROAMING_MODE_BOOL, false);
        sDefaults.putBoolean(KEY_STK_DISABLE_LAUNCH_BROWSER_BOOL, false);
        sDefaults.putBoolean(KEY_PERSIST_LPP_MODE_BOOL, false);
        sDefaults.putBoolean(KEY_PERSIST_LPP_MODE_BOOL, true);
        sDefaults.putStringArray(KEY_CARRIER_WIFI_STRING_ARRAY, null);
        sDefaults.putInt(KEY_PREF_NETWORK_NOTIFICATION_DELAY_INT, -1);
        sDefaults.putInt(KEY_EMERGENCY_NOTIFICATION_DELAY_INT, -1);