Add wide band speech feature flag

Add a boolean flag resource to indicate if current platform supports
bluetooth wide band speech.
This is part of Handsfree 1.6 new feature change.
Bug 4449070

Change-Id: Iee5e969d030108382dd2fa6568ce3d80c6b611d6
This commit is contained in:
Matthew Xie
2011-05-26 15:12:10 -07:00
parent 41701ac5f6
commit c3b8491868

View File

@@ -462,6 +462,10 @@
use cases -->
<bool name="config_bluetooth_sco_off_call">true</bool>
<!-- Boolean indicating if current platform supports bluetooth wide band
speech -->
<bool name="config_bluetooth_wide_band_speech">true</bool>
<!-- The default data-use polling period. -->
<integer name="config_datause_polling_period_sec">600</integer>