diff options
| author | Beth Thibodeau <ethibodeau@google.com> | 2021-07-14 15:57:36 -0400 |
|---|---|---|
| committer | Beth Thibodeau <ethibodeau@google.com> | 2021-07-14 16:22:44 -0400 |
| commit | eb151ee8d0ffaca0acbc68e3ac2548efaa3acc32 (patch) | |
| tree | 7a9ca919494fd465eea7ca1308678c0780026304 /core/java | |
| parent | b10b4141a5d11617527dfd0a54a74915c683cb8a (diff) | |
Always show lockdown button
Remove setting option and show lockdown button by default in the power menu
Fixes: 185618694
Test: atest GlobalActionsDialogLiteTest
Test: flash device, set PIN, observe button present
Change-Id: I7c8f976fd73f6edf3edb26c8de31fd83eb9ac296
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/Settings.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index b191dfc561aa..ac520e8b3dec 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -9660,13 +9660,6 @@ public final class Settings { public static final String QS_AUTO_ADDED_TILES = "qs_auto_tiles"; /** - * Whether the Lockdown button should be shown in the power menu. - * @hide - */ - @Readable - public static final String LOCKDOWN_IN_POWER_MENU = "lockdown_in_power_menu"; - - /** * Backup manager behavioral parameters. * This is encoded as a key=value list, separated by commas. Ex: * |
