Merge "Persistence of LPP profile" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a6c06bdf5a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user