diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 4d097200f17..b35a5a171f6 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -625,6 +625,7 @@ alarm volume notification volume bluetooth volume + mute/unmute microphone keep awake monitor location monitor high power location @@ -672,6 +673,7 @@ Alarm volume Notification volume Bluetooth volume + Mute/unmute microphone Keep awake Location Location diff --git a/src/com/android/settings/applications/AppOpsState.java b/src/com/android/settings/applications/AppOpsState.java index c3964793f2a..4ef5ef27358 100644 --- a/src/com/android/settings/applications/AppOpsState.java +++ b/src/com/android/settings/applications/AppOpsState.java @@ -166,7 +166,8 @@ public class AppOpsState { AppOpsManager.OP_AUDIO_MEDIA_VOLUME, AppOpsManager.OP_AUDIO_ALARM_VOLUME, AppOpsManager.OP_AUDIO_NOTIFICATION_VOLUME, - AppOpsManager.OP_AUDIO_BLUETOOTH_VOLUME, }, + AppOpsManager.OP_AUDIO_BLUETOOTH_VOLUME, + AppOpsManager.OP_MUTE_MICROPHONE}, new boolean[] { false, true, true,