diff options
Diffstat (limited to 'overlay/packages/services/Telephony/res/values')
-rw-r--r-- | overlay/packages/services/Telephony/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml index b753003..521aaac 100644 --- a/overlay/packages/services/Telephony/res/values/config.xml +++ b/overlay/packages/services/Telephony/res/values/config.xml @@ -21,4 +21,9 @@ <!-- Show enabled lte option for lte device --> <bool name="config_enabled_lte" translatable="false">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> + </resources> |