summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacqueline Bronger <bronger@google.com>2021-06-14 11:21:04 +0000
committerJacqueline Bronger <bronger@google.com>2021-06-24 15:34:09 +0000
commit61630aae7438cdc33fcfd28c1c2250afdfbb4902 (patch)
treecac8bb05c139feb10454219905a6c1bd78517468
parente80be438ef48f67ed8ce511be864986b030b8a2d (diff)
downloadatv-61630aae7438cdc33fcfd28c1c2250afdfbb4902.tar.gz
Enable privacy toggles on tv.
Bug: 184629759 Test: manual - check if the camera and mic settings exist for both gtv and watson Change-Id: I19764408f052eba5a12df5064c722534cb2165ab
-rw-r--r--overlay/TvFrameworkOverlay/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/TvFrameworkOverlay/res/values/config.xml b/overlay/TvFrameworkOverlay/res/values/config.xml
index e8a7dcd..c848e9a 100644
--- a/overlay/TvFrameworkOverlay/res/values/config.xml
+++ b/overlay/TvFrameworkOverlay/res/values/config.xml
@@ -119,4 +119,9 @@
<!-- Whether the time zone detection feature is enabled. Disabled for ATV devices. -->
<bool name="config_enableGeolocationTimeZoneDetection" translatable="false">false</bool>
+
+ <!-- Whether this device is supporting the microphone toggle -->
+ <bool name="config_supportsMicToggle">true</bool>
+ <!-- Whether this device is supporting the camera toggle -->
+ <bool name="config_supportsCamToggle">true</bool>
</resources>