sdm660-common: 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:
parent
9edec35070
commit
9dc522cb0f
1 changed files with 0 additions and 5 deletions
|
@ -25,11 +25,6 @@
|
||||||
<!-- Flag indicating if hac is enabled -->
|
<!-- Flag indicating if hac is enabled -->
|
||||||
<bool name="hac_enabled">true</bool>
|
<bool name="hac_enabled">true</bool>
|
||||||
|
|
||||||
<!-- 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>
|
|
||||||
|
|
||||||
<!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
|
<!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
|
||||||
able to prevent manual operator selection. If false, this SIM setting will be
|
able to prevent manual operator selection. If false, this SIM setting will be
|
||||||
ignored and manual operator selection will always be available. See
|
ignored and manual operator selection will always be available. See
|
||||||
|
|
Loading…
Reference in a new issue