diff options
| author | 2024-08-21 03:32:11 +0000 | |
|---|---|---|
| committer | 2024-08-21 04:51:19 +0000 | |
| commit | 92dc7cc43966f3f634b542fa75f094940fc274f1 (patch) | |
| tree | 5f7a3e69df45f8c7e6cc498ea0e26e7e0ca5f1a5 | |
| parent | 783fd952848c6eddd15084b19d88a0a503a515a6 (diff) | |
Remove comments stating the configs for visible background users are not
ready for production
Bug: 360750231
Flag: EXEMPT comments change only
Test: m
Change-Id: Ia9f0aad64d946452b41001bbbfc577d3e997c683
| -rw-r--r-- | core/res/res/values/config.xml | 5 |
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. |