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

Commit 08e312f3 authored by yanglin's avatar yanglin Committed by Hung-ying Tyan
Browse files

DO NOT MERGE: Fix max supported users to 4

AOSP default supported users is 1, and it will cause CtsMediaHostTestCases test module done false for it did not support
multip user.

Enlarge the max supported users to 4 same with OEM image.

Bug: 347122747
Bug: 341021867
Bug: 351133538
Test: adb shell pm get-max-users
(cherry picked from https://android-review.googlesource.com/q/commit:a43d7360b6cf39442872f22f1dcebb1874cf5765)
Merged-In: I8950b92c692d76f5926bd2aaa5b25c7c2395c086
Change-Id: I8950b92c692d76f5926bd2aaa5b25c7c2395c086
parent f9525bd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3015,7 +3015,7 @@
    <bool name="config_syncstorageengine_masterSyncAutomatically">true</bool>

    <!--  Maximum number of supported users -->
    <integer name="config_multiuserMaximumUsers">1</integer>
    <integer name="config_multiuserMaximumUsers">4</integer>

    <!-- Maximum number of users we allow to be running at a time -->
    <integer name="config_multiuserMaxRunningUsers">3</integer>