diff options
| author | 2024-08-21 20:03:20 +0000 | |
|---|---|---|
| committer | 2024-08-21 20:03:20 +0000 | |
| commit | 2192b71429a487501277ebbaccbed598cbce085b (patch) | |
| tree | ea7345bda7f2051f2b5030bdf6ca5d499ef25d63 | |
| parent | a792e184fcb84cded299ede32c9946ba6b0bbb03 (diff) | |
| parent | 92dc7cc43966f3f634b542fa75f094940fc274f1 (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.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. |