summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Xiang Wang <xiangw@google.com> 2023-07-20 01:34:45 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2023-07-28 01:50:08 +0000
commit4ee9feec0fdba84deca18990f15247ecd6560267 (patch)
treeca36baa91df1863950c624c44d14d2dc22b8f385
parentdc90112ca20a7e34db21c21349af2ee1c76c0c11 (diff)
Add comments stating the configs for visible background users are not
ready for production Auto's concurrent multi user on multi display work based on the visible background user model is in an incomplete state. Some system services are not compatible with this user model yet which could lead to potential security/privacy/safety issues. Bug: 288205940 Test: m (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b1fabc1ad00ebfe0f7e7c59c8f3062f314f38714) Merged-In: I7f90599c985b9c29a6b8950914b10f31d27bc61b Change-Id: I7f90599c985b9c29a6b8950914b10f31d27bc61b
-rw-r--r--core/res/res/values/config.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 2de48fdac6df..bd0fe40e758d 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -2816,12 +2816,14 @@
<bool name="config_multiuserDelayUserDataLocking">false</bool>
<!-- Whether the device allows users to start in background visible on displays.
- Should be false for most devices, except automotive vehicle with passenger displays. -->
+ Should be false for all devices in production. Can be enabled only for development use
+ in automotive vehicles with passenger displays. -->
<bool name="config_multiuserVisibleBackgroundUsers">false</bool>
<!-- Whether the device allows users to start in background visible on the default display.
- Should be false for most devices, except passenger-only automotive build (i.e., when
- Android runs in a separate system in the back seat to manage the passenger displays).
+ Should be false for all devices in production. Can be enabled only for development use
+ in passenger-only automotive build (i.e., when Android runs in a separate system in the
+ back seat to manage the passenger displays).
When set to true, config_multiuserVisibleBackgroundUsers must also be true. -->
<bool name="config_multiuserVisibleBackgroundUsersOnDefaultDisplay">false</bool>