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

Commit 47183bfc authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Make it possible to dial an operator specific code" am:...

Merge "Merge "Make it possible to dial an operator specific code" am: f4f4ba3d am: 6519e65e am: a44a9d8b"
parents 32d9a5f3 08d232b8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1615,6 +1615,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;

@@ -1887,6 +1894,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);
    }

    /**