am 32b424f7: Add config_speed_up_audio_on_mt_calls option

* commit '32b424f7240580e3948f44559050262e18de99d8':
  Add config_speed_up_audio_on_mt_calls option
This commit is contained in:
Alex Yakavenka
2012-12-10 17:06:44 -08:00
committed by Android Git Automerger
2 changed files with 4 additions and 0 deletions

View File

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

View File

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