* commit '95198ee9ce374582e71b5a29e740e97b7b7b198b': Add carrier config variable to hide ims apn
This commit is contained in:
@@ -372,6 +372,12 @@ public class CarrierConfigManager {
|
|||||||
*/
|
*/
|
||||||
public static final String KEY_EDITABLE_ENHANCED_4G_LTE_BOOL = "editable_enhanced_4g_lte_bool";
|
public static final String KEY_EDITABLE_ENHANCED_4G_LTE_BOOL = "editable_enhanced_4g_lte_bool";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Determine whether IMS apn can be shown.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String KEY_HIDE_IMS_APN_BOOL = "hide_ims_apn_bool";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this is true, the SIM card (through Customer Service Profile EF file) will be able to
|
* If this is true, the SIM card (through Customer Service Profile EF file) will be able to
|
||||||
* prevent manual operator selection. If false, this SIM setting will be ignored and manual
|
* prevent manual operator selection. If false, this SIM setting will be ignored and manual
|
||||||
@@ -483,6 +489,7 @@ public class CarrierConfigManager {
|
|||||||
sDefaults.putInt(KEY_IMS_DTMF_TONE_DELAY_INT, 0);
|
sDefaults.putInt(KEY_IMS_DTMF_TONE_DELAY_INT, 0);
|
||||||
sDefaults.putBoolean(KEY_SUPPORT_CONFERENCE_CALL_BOOL, true);
|
sDefaults.putBoolean(KEY_SUPPORT_CONFERENCE_CALL_BOOL, true);
|
||||||
sDefaults.putBoolean(KEY_EDITABLE_ENHANCED_4G_LTE_BOOL, true);
|
sDefaults.putBoolean(KEY_EDITABLE_ENHANCED_4G_LTE_BOOL, true);
|
||||||
|
sDefaults.putBoolean(KEY_HIDE_IMS_APN_BOOL, false);
|
||||||
|
|
||||||
// MMS defaults
|
// MMS defaults
|
||||||
sDefaults.putBoolean(KEY_MMS_ALIAS_ENABLED_BOOL, false);
|
sDefaults.putBoolean(KEY_MMS_ALIAS_ENABLED_BOOL, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user