summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiang Wang <xiangw@google.com> 2024-08-21 20:03:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-08-21 20:03:20 +0000
commit2192b71429a487501277ebbaccbed598cbce085b (patch)
treeea7345bda7f2051f2b5030bdf6ca5d499ef25d63
parenta792e184fcb84cded299ede32c9946ba6b0bbb03 (diff)
parent92dc7cc43966f3f634b542fa75f094940fc274f1 (diff)
Merge "Remove comments stating the configs for visible background users are not ready for production" into main
-rw-r--r--core/res/res/values/config.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index c0027f4928f5..de7477ea5443 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -3031,9 +3031,8 @@
<bool name="config_multiuserDelayUserDataLocking">false</bool>
<!-- Whether the device allows full users to start in background visible on displays.
- Note: this flag does NOT control the Communal Profile, which is not a full user.
- Should be false for all devices in production. Can be enabled only for development use
- in automotive vehicles with passenger displays. -->
+ Should be false for most devices, except automotive vehicle with passenger displays.
+ Note: this flag does NOT control the Communal Profile, which is not a full user. -->
<bool name="config_multiuserVisibleBackgroundUsers">false</bool>
<!-- Whether the device allows full users to start in background visible on the default display.