vendor: enable multi-user across all devices
Change-Id: I5da0d4cc431a76d71fd6236a4f55a282a843ef96
This commit is contained in:
parent
d402d120d4
commit
86d668be40
1 changed files with 7 additions and 0 deletions
|
@ -81,4 +81,11 @@
|
|||
1 - Go to home
|
||||
-->
|
||||
<integer name="config_backPanicBehavior">1</integer>
|
||||
|
||||
<!-- Whether Multiuser UI should be shown -->
|
||||
<bool name="config_enableMultiUserUI">true</bool>
|
||||
|
||||
<!-- Maximum number of supported users -->
|
||||
<integer name="config_multiuserMaximumUsers">4</integer>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue