summaryrefslogtreecommitdiff
path: root/permissions
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2022-05-10 12:20:53 +0200
committerRobin Lee <rgl@google.com>2022-05-10 10:26:46 +0000
commite6f8cd11681e318fc42168badfdf586376a1030d (patch)
tree63a4db187008359a0c3cf035ce64b8f7db86d1b0 /permissions
parentf5351dd99069b698d1fac9ec9e22ea9114e058aa (diff)
downloadatv-e6f8cd11681e318fc42168badfdf586376a1030d.tar.gz
Remove android.software.telecom from TV emulator
Physical TVs running Android T don't have the telecom feature enabled or tested. We can leave it disabled until the point where we have the flag turned on for real Android TV devices as well. Bug: 231247057 Change-Id: I59e719c17bb8b1678521de4b78267fb043cd509f
Diffstat (limited to 'permissions')
-rw-r--r--permissions/tv_sdk_excluded_core_hardware.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/permissions/tv_sdk_excluded_core_hardware.xml b/permissions/tv_sdk_excluded_core_hardware.xml
index 76e365f..e2917b4 100644
--- a/permissions/tv_sdk_excluded_core_hardware.xml
+++ b/permissions/tv_sdk_excluded_core_hardware.xml
@@ -25,6 +25,7 @@
<!-- ATV SDK is not designed to have telephony services by default -->
<unavailable-feature name="android.hardware.telephony" />
<unavailable-feature name="android.hardware.telephony.gsm" />
+ <unavailable-feature name="android.software.telecom" />
<!-- ATV SDK is not designed to have communication (VoIP, etc.) services by default -->
<unavailable-feature name="android.software.connectionservice" />