diff options
| -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. |