Merge "Add carrier config option to show call barring UI in CallSettings" am: 2aa0cdd1d2
am: ba0581bcf1
Change-Id: If09ae852661ab154804ad9f30a2eea0839f291c0
This commit is contained in:
@@ -77,6 +77,14 @@ public class CarrierConfigManager {
|
||||
public static final String
|
||||
KEY_CARRIER_VOLTE_PROVISIONED_BOOL = "carrier_volte_provisioned_bool";
|
||||
|
||||
/**
|
||||
* Boolean indicating if the "Call barring" item is visible in the Call Settings menu.
|
||||
* true means visible. false means gone.
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_CALL_BARRING_VISIBILITY_BOOL =
|
||||
"call_barring_visibility_bool";
|
||||
|
||||
/**
|
||||
* Flag indicating whether the Phone app should ignore EVENT_SIM_NETWORK_LOCKED
|
||||
* events from the Sim.
|
||||
@@ -1832,6 +1840,7 @@ public class CarrierConfigManager {
|
||||
sDefaults.putBoolean(KEY_HIDE_SIM_LOCK_SETTINGS_BOOL, false);
|
||||
|
||||
sDefaults.putBoolean(KEY_CARRIER_VOLTE_PROVISIONED_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_CALL_BARRING_VISIBILITY_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_IGNORE_SIM_NETWORK_LOCKED_EVENTS_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_MDN_IS_ADDITIONAL_VOICEMAIL_NUMBER_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_OPERATOR_SELECTION_EXPAND_BOOL, true);
|
||||
|
||||
Reference in New Issue
Block a user