Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dad868a2 authored by Xiang Wang's avatar Xiang Wang Committed by Automerger Merge Worker
Browse files

Merge "Add comments stating the configs for visible background users are not...

Merge "Add comments stating the configs for visible background users are not ready for production" into udc-dev am: 5191e0d7 am: 208bd182 am: 53e00389

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



Change-Id: I5ddcd7187ca7677aac69118aad817b01a690e7d7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bf07608d 53e00389
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2872,12 +2872,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>