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

Commit 2b333b99 authored by Gary Jian's avatar Gary Jian Committed by Automerger Merge Worker
Browse files

Merge "Make KEY_VONR_SETTING_VISIBILITY_BOOL default to true" into sc-v2-dev...

Merge "Make KEY_VONR_SETTING_VISIBILITY_BOOL default to true" into sc-v2-dev am: 02183c88 am: 823a1964

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16253973

Change-Id: Ic0f753719f60c1ef863b4751ca98b9db3429b9db
parents 7f2f8b5e 823a1964
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5984,7 +5984,7 @@ public class CarrierConfigManager {
        sDefaults.putString(KEY_CARRIER_PROVISIONING_APP_STRING, "");
        sDefaults.putBoolean(KEY_DISPLAY_NO_DATA_NOTIFICATION_ON_PERMANENT_FAILURE_BOOL, false);
        sDefaults.putBoolean(KEY_UNTHROTTLE_DATA_RETRY_WHEN_TAC_CHANGES_BOOL, false);
        sDefaults.putBoolean(KEY_VONR_SETTING_VISIBILITY_BOOL, false);
        sDefaults.putBoolean(KEY_VONR_SETTING_VISIBILITY_BOOL, true);
        sDefaults.putBoolean(KEY_VONR_ENABLED_BOOL, false);
    }