Enable multiuser support from overlay instead of build.prop

This commit is contained in:
ggow
2015-12-01 09:25:00 +00:00
parent a4ab6e8b20
commit cf6c9dd536
2 changed files with 5 additions and 4 deletions
@@ -39,4 +39,9 @@
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
<!-- Maximum number of supported users -->
<bool name="config_enableMultiUserUI">true</bool>
<integer name="config_multiuserMaximumUsers">5</integer>
</resources>
-4
View File
@@ -62,7 +62,3 @@ persist.sys.usb.config=mtp
# add support for USB storage type
persist.sys.isUsbOtgEnabled=1
# multi-user support
fw.max_users=5
fw.show_multiuserui=1