summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-29 01:01:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-29 01:01:08 +0000
commit0bd7f5ef6c20ca81c01a6ac9598b1bfd223f684a (patch)
treecac8bb05c139feb10454219905a6c1bd78517468
parent24a6e7ec08b47fe128bee2ea79aa294f10cd4f52 (diff)
parent61630aae7438cdc33fcfd28c1c2250afdfbb4902 (diff)
downloadatv-0bd7f5ef6c20ca81c01a6ac9598b1bfd223f684a.tar.gz
Snap for 7502225 from 61630aae7438cdc33fcfd28c1c2250afdfbb4902 to sc-d1-release
Change-Id: Ic3dc88819dbdc93dfc8804f446c93b2a0208ea6b
-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>