overlay: Frameworks: Enable multi-user support

Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
Change-Id: I97e0e7766546b6c4137fdc8ea0b0f2cb6ff98024
This commit is contained in:
Jyotiraditya 2020-05-19 19:04:11 +02:00 committed by Juhyung Park
parent 074596df3e
commit 4e1cfea6ef
1 changed files with 6 additions and 0 deletions

View File

@ -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>