Enable multi-user support by default

Allow a maximum of 4 users.

Change-Id: Ica0ac3e07a54bbdfb4c322d7199b603ead374124
This commit is contained in:
David Ng 2014-10-22 15:00:32 -07:00
parent c977f56855
commit ccc062558a
1 changed files with 5 additions and 0 deletions

View File

@ -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>