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

Commit c785a075 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Add new key for carrier configuration version" am: 06dcff96 am: a39793b2

am: 5b7f382b

Change-Id: I072198acd59558bfd730c22c92cc5fb1e00e2382
parents 6230c94e 5b7f382b
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -77,6 +77,15 @@ public class CarrierConfigManager {
    // give it a default value in sDefaults. If you need to ship a per-network override in the
    // give it a default value in sDefaults. If you need to ship a per-network override in the
    // system image, that can be added in packages/apps/CarrierConfig.
    // system image, that can be added in packages/apps/CarrierConfig.


    /**
     * Specifies a value that identifies the version of the carrier configuration that is
     * currently in use. This string is displayed on the UI.
     * The format of the string is not specified.
     * @hide
     */
    public static final String KEY_CARRIER_CONFIG_VERSION_STRING =
            "carrier_config_version_string";

    /**
    /**
     * This flag specifies whether VoLTE availability is based on provisioning. By default this is
     * This flag specifies whether VoLTE availability is based on provisioning. By default this is
     * false.
     * false.
@@ -2392,6 +2401,7 @@ public class CarrierConfigManager {


    static {
    static {
        sDefaults = new PersistableBundle();
        sDefaults = new PersistableBundle();
        sDefaults.putString(KEY_CARRIER_CONFIG_VERSION_STRING, "");
        sDefaults.putBoolean(KEY_ALLOW_HOLD_IN_IMS_CALL_BOOL, true);
        sDefaults.putBoolean(KEY_ALLOW_HOLD_IN_IMS_CALL_BOOL, true);
        sDefaults.putBoolean(KEY_CARRIER_ALLOW_DEFLECT_IMS_CALL_BOOL, false);
        sDefaults.putBoolean(KEY_CARRIER_ALLOW_DEFLECT_IMS_CALL_BOOL, false);
        sDefaults.putBoolean(KEY_ALWAYS_PLAY_REMOTE_HOLD_TONE_BOOL, false);
        sDefaults.putBoolean(KEY_ALWAYS_PLAY_REMOTE_HOLD_TONE_BOOL, false);