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

Commit 507bc4ac authored by James Lin's avatar James Lin Committed by Android (Google) Code Review
Browse files

Merge "Remove the Phone registration error notification" into qt-qpr1-dev

parents 5c5a1d06 8f05cb6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3488,7 +3488,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);