overlay: Frameworks: Enable multi-user support
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Change-Id: I97e0e7766546b6c4137fdc8ea0b0f2cb6ff98024
This commit is contained in:
parent
074596df3e
commit
4e1cfea6ef
|
@ -94,4 +94,10 @@
|
|||
<!-- Whether safe headphone volume is enabled or not (country specific). -->
|
||||
<bool name="config_safe_media_volume_enabled">false</bool>
|
||||
|
||||
<!-- Whether Multiuser UI should be shown -->
|
||||
<bool name="config_enableMultiUserUI">true</bool>
|
||||
|
||||
<!-- Maximum number of supported users -->
|
||||
<integer name="config_multiuserMaximumUsers">8</integer>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue