diff options
author | John Wang <johnwang@google.com> | 2010-10-06 13:42:36 -0700 |
---|---|---|
committer | John Wang <johnwang@google.com> | 2010-10-06 15:57:08 -0700 |
commit | 357c334684700462407383b0bef11c82ed6387d3 (patch) | |
tree | 5586afbd6b83ef949122bb1346a2a47510f929b8 /overlay | |
parent | efa316cd8a1b94b6ccd693b475122994db5ef34a (diff) | |
download | device_samsung_crespo-357c334684700462407383b0bef11c82ed6387d3.zip device_samsung_crespo-357c334684700462407383b0bef11c82ed6387d3.tar.gz device_samsung_crespo-357c334684700462407383b0bef11c82ed6387d3.tar.bz2 |
Mute is handled by RIL in crespo.
For bug 3031283.
Change-Id: Ideca849193e57b8ee670bfc3c3ea2ac0df1894d5
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Phone/res/values/config.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml index c495d74..69d82c1 100644 --- a/overlay/packages/apps/Phone/res/values/config.xml +++ b/overlay/packages/apps/Phone/res/values/config.xml @@ -30,11 +30,6 @@ <!-- Enable the onscreen "Dial" button in the emergency dialer. --> <bool name="config_show_onscreen_dial_button">true</bool> - <!-- This device uses libaudio-qsd8k which implements - AudioHardware::setMicMute(bool state) and AudioHardware::getMicMute(bool* state) - so microphone muting calls should be routed through the AudioManager API. --> - <bool name="send_mic_mute_to_AudioManager">true</bool> - <!-- This device implements a noise suppression device for in call audio--> <bool name="has_in_call_noise_suppression">true</bool> |