diff options
author | LuK1337 <priv.luk@gmail.com> | 2018-07-07 18:40:55 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-08 18:18:04 +0200 |
commit | 628b93c541aee6387c32b5e3822b91d387757486 (patch) | |
tree | 7dd75d722c3d40f5be77a5581040f2ef789bb028 /overlay | |
parent | 168bdf60e45fa1ab9d4aed21e30c4f5ebfcd4252 (diff) |
msm8996-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
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 5 |
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 88e35e7..bf898a4 100644 --- a/overlay/packages/services/Telephony/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -29,11 +29,6 @@ <!-- Flag indicating if dtmf tone type is enabled --> <bool name="dtmf_type_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 able to prevent manual operator selection. If false, this SIM setting will be ignored and manual operator selection will always be available. See |