diff options
Diffstat (limited to 'overlay/frameworks/base/core')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 009fd1f..6e728a7 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml | |||
@@ -21,6 +21,11 @@ | |||
21 | for different hardware and product builds. --> | 21 | for different hardware and product builds. --> |
22 | <resources> | 22 | <resources> |
23 | 23 | ||
24 | <!-- Enable multi-user. --> | ||
25 | <bool name="config_enableMultiUserUI">true</bool> | ||
26 | <!-- Arbitrary max 8 users. --> | ||
27 | <integer name="config_multiuserMaximumUsers">8</integer> | ||
28 | |||
24 | <!-- This device is not "voice capable"; it's data-only. --> | 29 | <!-- This device is not "voice capable"; it's data-only. --> |
25 | <bool name="config_voice_capable">false</bool> | 30 | <bool name="config_voice_capable">false</bool> |
26 | 31 | ||