Enable multi-user support by default
Allow a maximum of 4 users. Change-Id: Ica0ac3e07a54bbdfb4c322d7199b603ead374124
This commit is contained in:
parent
c977f56855
commit
ccc062558a
|
@ -227,4 +227,9 @@
|
|||
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
||||
<bool name="config_speed_up_audio_on_mt_calls">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>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue