summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2018-07-07 18:40:55 +0200
committerIsaac Chen <isaacchen@isaacchen.cn>2018-07-19 00:01:07 +0000
commitcb5b4f507bf422e935c98be4cea7fc7d495b9d79 (patch)
treefae9f24275902f9dd329dcd4bd41168bca91882e /overlay
parentf2aa710e363fcd733366934d9fac0bfd8790b164 (diff)
wayne: overlay: Remove send_mic_mute_to_AudioManager overlay
* send_mic_mute_to_AudioManager hasn't been doing anything since Android 4.4, therefore there's no reason to keep it. Change-Id: I74ed33265fccd59def5c2f9e67a9e8a28ce4dbc9
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
index d87c086..e57f7f5 100644
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -22,11 +22,6 @@
<!-- Phone app resources that may need to be customized
for different hardware or product builds. -->
<resources>
- <!-- Determine whether calls to mute the microphone in PhoneUtils
- are routed through the android.media.AudioManager class (true) or through
- the com.android.internal.telephony.Phone interface (false). -->
- <bool name="send_mic_mute_to_AudioManager">true</bool>
-
<!-- Flag indicating if hac is enabled -->
<bool name="hac_enabled">true</bool>