Merge "Make it possible to dial an operator specific code"
am: f4f4ba3d42
Change-Id: I9af399f6ab0d5f95e76b0fd3cc769acc6a75a5b5
This commit is contained in:
@@ -1593,6 +1593,13 @@ public class CarrierConfigManager {
|
||||
public static final String KEY_SKIP_CF_FAIL_TO_DISABLE_DIALOG_BOOL =
|
||||
"skip_cf_fail_to_disable_dialog_bool";
|
||||
|
||||
/**
|
||||
* List of the FAC (feature access codes) to dial as a normal call.
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_FEATURE_ACCESS_CODES_STRING_ARRAY =
|
||||
"feature_access_codes_string_array";
|
||||
|
||||
/** The default value for every variable. */
|
||||
private final static PersistableBundle sDefaults;
|
||||
|
||||
@@ -1864,6 +1871,7 @@ public class CarrierConfigManager {
|
||||
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);
|
||||
sDefaults.putStringArray(KEY_FEATURE_ACCESS_CODES_STRING_ARRAY, null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user