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
This commit is contained in:
LuK1337 2018-07-07 18:40:55 +02:00 committed by Isaac Chen
parent f2aa710e36
commit cb5b4f507b

View file

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