Disable multi user support

This commit is contained in:
Les De Ridder 2016-12-20 21:44:39 +01:00
parent 97bc7bf3c4
commit 07ff777cfe
No known key found for this signature in database
GPG Key ID: 5EC132DFA85DB372
1 changed files with 6 additions and 0 deletions

View File

@ -26,4 +26,10 @@
don't support RIL_REQUEST_GET_RADIO_CAPABILITY
format is UMTS|LTE|... -->
<string translatable="false" name="config_radio_access_family">GSM | WCDMA | LTE | CDMA | EVDO</string>
<!-- Maximum number of supported users -->
<integer name="config_multiuserMaximumUsers">1</integer>
<!-- Whether UI for multi user should be shown -->
<bool name="config_enableMultiUserUI">false</bool>
</resources>