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

Commit c52870bb authored by Sungmin Choi's avatar Sungmin Choi Committed by android-build-merger
Browse files

Add carrier config variable to support editable wfc mode

am: d3b2826a

* commit 'd3b2826a':
  Add carrier config variable to support editable wfc mode
parents e7ca49b0 d3b2826a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -427,6 +427,15 @@ public class CarrierConfigManager {
     */
    public static final String KEY_HIDE_PREFERRED_NETWORK_TYPE_BOOL = "hide_preferred_network_type_bool";

    /**
     * Determine whether user can switch Wi-Fi preferred or Cellular preferred in calling preference.
     * Some operators support Wi-Fi Calling only, not VoLTE.
     * They don't need "Cellular preferred" option.
     * In this case, set uneditalbe attribute for preferred preference.
     * @hide
     */
    public static final String KEY_EDITABLE_WFC_MODE_BOOL = "editable_wfc_mode_bool";

    /**
     * Specifies the amount of gap to be added in millis between postdial DTMF tones. When a
     * non-zero value is specified, the UE shall wait for the specified amount of time before it
@@ -560,6 +569,7 @@ public class CarrierConfigManager {
        sDefaults.putBoolean(KEY_EDITABLE_ENHANCED_4G_LTE_BOOL, true);
        sDefaults.putBoolean(KEY_HIDE_IMS_APN_BOOL, false);
        sDefaults.putBoolean(KEY_HIDE_PREFERRED_NETWORK_TYPE_BOOL, false);
        sDefaults.putBoolean(KEY_EDITABLE_WFC_MODE_BOOL, true);
        sDefaults.putInt(KEY_CDMA_DTMF_TONE_DELAY_INT, 100);

        // MMS defaults