Merge "Add comments stating the configs for visible background users are not ready for production" into udc-dev am: 5191e0d75c

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

Change-Id: I3abb0a2166db7b285a2d9558d7622a17fd74a50c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Xiang Wang
2023-07-27 20:40:58 +00:00
committed by Automerger Merge Worker

View File

@@ -2816,12 +2816,14 @@
<bool name="config_multiuserDelayUserDataLocking">false</bool> <bool name="config_multiuserDelayUserDataLocking">false</bool>
<!-- Whether the device allows users to start in background visible on displays. <!-- 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> <bool name="config_multiuserVisibleBackgroundUsers">false</bool>
<!-- Whether the device allows users to start in background visible on the default display. <!-- 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 Should be false for all devices in production. Can be enabled only for development use
Android runs in a separate system in the back seat to manage the passenger displays). 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. --> When set to true, config_multiuserVisibleBackgroundUsers must also be true. -->
<bool name="config_multiuserVisibleBackgroundUsersOnDefaultDisplay">false</bool> <bool name="config_multiuserVisibleBackgroundUsersOnDefaultDisplay">false</bool>