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:
parent
dc98bf8a0e
commit
8ad2a3f225
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue