Enable multiuser support from overlay instead of build.prop
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user