Config item to speed up the audio mode

This config item will be used to set the audio mode to IN_CALL
prior to RIL sending ACTIVE state for a MT call.

Change-Id: Ia67fea607d90b612a3ad1f4ce195354dfe185ff2
CRs-Fixed: 726708
This commit is contained in:
Ravindra 2014-11-12 12:42:13 +05:30
parent dc98bf8a0e
commit 8ad2a3f225
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,5 @@
<item>"evdo:4094,87380,524288,4096,16384,262144"</item>
</string-array>
<!-- 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>
</resources>

View File

@ -34,4 +34,6 @@
<resources>
<!-- Flag indicating if the tty is enabled -->
<bool name="tty_enabled">true</bool>
<!-- 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>
</resources>