Remove the Phone registration error notification
When the Phone registration status changes and back to service, remove the Phone error notification automatically. Bug: 136535506 Test: manual Change-Id: I3ac19c09a37c4f62ddcf64e8660a7e925648f4dd
This commit is contained in:
@@ -3447,7 +3447,7 @@ public class CarrierConfigManager {
|
||||
sDefaults.putStringArray(KEY_EMERGENCY_NUMBER_PREFIX_STRING_ARRAY, new String[0]);
|
||||
sDefaults.putBoolean(KEY_USE_USIM_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_SHOW_WFC_LOCATION_PRIVACY_POLICY_BOOL, false);
|
||||
sDefaults.putBoolean(KEY_AUTO_CANCEL_CS_REJECT_NOTIFICATION, false);
|
||||
sDefaults.putBoolean(KEY_AUTO_CANCEL_CS_REJECT_NOTIFICATION, true);
|
||||
sDefaults.putString(KEY_SMART_FORWARDING_CONFIG_COMPONENT_NAME_STRING, "");
|
||||
sDefaults.putBoolean(KEY_ALWAYS_SHOW_PRIMARY_SIGNAL_BAR_IN_OPPORTUNISTIC_NETWORK_BOOLEAN,
|
||||
false);
|
||||
|
||||
Reference in New Issue
Block a user