summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author James.cf Lin <jamescflin@google.com> 2019-08-07 15:41:45 +0800
committer James.cf Lin <jamescflin@google.com> 2019-08-19 10:35:35 +0800
commit8f05cb6f1973a04c98109bdb2d95ca2a4fbcce8c (patch)
tree4b29b3fc006dfe9b78f81cbe78ce314380e23e88
parent28f6d34b77c755fc491254743bab581bd1d0db6f (diff)
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
-rwxr-xr-xtelephony/java/android/telephony/CarrierConfigManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java
index 3a4fe19233c0..1412c1c47650 100755
--- a/telephony/java/android/telephony/CarrierConfigManager.java
+++ b/telephony/java/android/telephony/CarrierConfigManager.java
@@ -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);