summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author yanglin <ot_linyl.yang@mediatek.com> 2024-07-22 04:50:31 +0000
committer Hung-ying Tyan <tyanh@google.com> 2024-07-22 05:21:32 +0000
commit08e312f37cd71cbdbc9ddbd7b85580982ca3741f (patch)
tree4d990d95996809166727690f24f6ca9272700744
parentf9525bd347e86654fca3392ff72963a023880da6 (diff)
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
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 17666cfc60a0..00be9fe564da 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -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>