aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Elliott <steell@google.com>2021-12-03 16:35:58 -0500
committerSteve Elliott <steell@google.com>2021-12-08 19:03:55 +0000
commit847601642d93cc1f855c7915ede19f1fbf68725b (patch)
tree3f0d470ec54d1362297ff5531d3097843e2c82ae
parent994445e7557e6309497ad0e6cd3c7da758cd48ea (diff)
downloadTV-847601642d93cc1f855c7915ede19f1fbf68725b.tar.gz
add post_notification permission to manifest
so the package can send notifications on T+ Bug: 194833441 Change-Id: I1c48d0b585abfbd80c14f7676a2a94c7fa0b1983
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2cff92d3..75e2c4d5 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -42,6 +42,7 @@
<uses-permission android:name="com.android.providers.tv.permission.ACCESS_WATCHED_PROGRAMS"/>
<!-- Permissions/feature for USB tuner -->
<uses-permission android:name="android.permission.DVB_DEVICE"/>
+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-feature android:name="android.hardware.usb.host"
android:required="false"/>