Merge "Add a new carrier config to suppress AoC indication"
am: db95dff0d8
Change-Id: If86b396f87e4f9f143f7abc02b4e05478693ade0
This commit is contained in:
@@ -1563,6 +1563,13 @@ public class CarrierConfigManager {
|
||||
public static final String KEY_SHOW_IMS_REGISTRATION_STATUS_BOOL =
|
||||
"show_ims_registration_status_bool";
|
||||
|
||||
/**
|
||||
* The flag to disable the popup dialog which warns the user of data charges.
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_DISABLE_CHARGE_INDICATION_BOOL =
|
||||
"disable_charge_indication_bool";
|
||||
|
||||
/** The default value for every variable. */
|
||||
private final static PersistableBundle sDefaults;
|
||||
|
||||
@@ -1830,6 +1837,7 @@ public class CarrierConfigManager {
|
||||
sDefaults.putStringArray(KEY_NON_ROAMING_OPERATOR_STRING_ARRAY, null);
|
||||
sDefaults.putStringArray(KEY_ROAMING_OPERATOR_STRING_ARRAY, null);
|
||||
sDefaults.putBoolean(KEY_SHOW_IMS_REGISTRATION_STATUS_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_DISABLE_CHARGE_INDICATION_BOOL, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user