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

Commit 823a1964 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 am: 02183c88

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

Change-Id: I706ed856f6ad541e62e80d744405ecacc10bf244
parents b4441905 02183c88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5918,7 +5918,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);
    }