Add config_speed_up_audio_on_mt_calls option
Bug: 7612431 Change-Id: Ia2758f81b78a2576df8dd23c700dba3eaaef8efc
This commit is contained in:
committed by
Wink Saville
parent
8642f406dc
commit
32b424f724
@ -1021,4 +1021,7 @@
|
||||
<item>150</item>
|
||||
<item>100</item>
|
||||
</integer-array>
|
||||
|
||||
<!-- Flag indicating if the speed up audio on mt call code should be executed -->
|
||||
<bool name="config_speed_up_audio_on_mt_calls">false</bool>
|
||||
</resources>
|
||||
|
@ -277,6 +277,7 @@
|
||||
<java-symbol type="bool" name="config_safe_media_volume_enabled" />
|
||||
<java-symbol type="bool" name="config_camera_sound_forced" />
|
||||
<java-symbol type="bool" name="config_dontPreferApn" />
|
||||
<java-symbol type="bool" name="config_speed_up_audio_on_mt_calls" />
|
||||
|
||||
<java-symbol type="integer" name="config_cursorWindowSize" />
|
||||
<java-symbol type="integer" name="config_longPressOnPowerBehavior" />
|
||||
|
Reference in New Issue
Block a user