summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sergey Nikolaienkov <sergeynv@google.com> 2019-12-05 10:46:57 +0100
committer Sergey Nikolaienkov <sergeynv@google.com> 2019-12-06 12:37:49 +0000
commit714fe2740aaf09271aa53d9964b86fdb553a259c (patch)
treec2cb0a69fda9f16b3fb8bf77b60d602aee36f3b6
parent74cf51142aeba539ce00745a487ee56ff769069a (diff)
Do not show mic indicator for MediaShell
Add com.google.android.apps.mediashell package to the list of the application exempt from showing AudioRecordingDisclosureBar Change-Id: I50ef7b6fc00d58bf02f4cf6a0388632815c58bd2 Bug: 145709054 Test: make
-rw-r--r--packages/SystemUI/res/values/arrays_tv.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/arrays_tv.xml b/packages/SystemUI/res/values/arrays_tv.xml
index 1fe6141a53b7..95716c834483 100644
--- a/packages/SystemUI/res/values/arrays_tv.xml
+++ b/packages/SystemUI/res/values/arrays_tv.xml
@@ -36,5 +36,6 @@
<string-array name="audio_recording_disclosure_exempt_apps" translatable="false">
<item>com.google.android.katniss</item>
+ <item>com.google.android.apps.mediashell</item>
</string-array>
</resources>