sdm660-common: overlay: enable Multiuser UI
Change-Id: I8982313be1fdb8662ea07c5524c84a245fa0231a
This commit is contained in:
parent
2b36893092
commit
2ac08ed231
1 changed files with 6 additions and 0 deletions
|
@ -411,6 +411,12 @@
|
||||||
provisioning, availability etc -->
|
provisioning, availability etc -->
|
||||||
<bool name="config_carrier_wfc_ims_available">true</bool>
|
<bool name="config_carrier_wfc_ims_available">true</bool>
|
||||||
|
|
||||||
|
<!-- Maximum number of supported users -->
|
||||||
|
<integer name="config_multiuserMaximumUsers">4</integer>
|
||||||
|
|
||||||
|
<!-- Whether Multiuser UI should be shown -->
|
||||||
|
<bool name="config_enableMultiUserUI">true</bool>
|
||||||
|
|
||||||
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
|
<!-- ImsService package name to bind to by default, if config_dynamic_bind_ims is true -->
|
||||||
<string name="config_ims_package">org.codeaurora.ims</string>
|
<string name="config_ims_package">org.codeaurora.ims</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue