summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Pietal <mpietal@google.com> 2024-12-11 19:58:38 +0000
committer Matt Pietal <mpietal@google.com> 2024-12-11 12:00:45 -0800
commit86b8c1db342d3f7af235639976a9d448f69bff27 (patch)
treeb66e4f7dbcb02dd883047c5873c80ecc2252a0ce
parentbd2ba9cc5c897112f26c8327ae3f7fbd083077c1 (diff)
Update default user switcher to false
This feature is no longer used as intended, and needs to be disabled for every device. Change the default value to false. Bug: 383579270 Test: N/A Flag: EXEMPT bugfix Change-Id: Id729c6e8fbaa5c1be8d909617322399a9eeaceba
-rw-r--r--core/res/res/values-sw600dp/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values-sw600dp/config.xml b/core/res/res/values-sw600dp/config.xml
index 34b6a54be493..0b0a4cb5cd17 100644
--- a/core/res/res/values-sw600dp/config.xml
+++ b/core/res/res/values-sw600dp/config.xml
@@ -47,7 +47,7 @@
<bool name="config_navBarCanMove">false</bool>
<!-- Set to true to enable the user switcher on the keyguard. -->
- <bool name="config_keyguardUserSwitcher">true</bool>
+ <bool name="config_keyguardUserSwitcher">false</bool>
<!-- If true, show multiuser switcher by default unless the user specifically disables it. -->
<bool name="config_showUserSwitcherByDefault">true</bool>