summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Elliott <steell@google.com>2021-12-03 16:35:25 -0500
committerSteve Elliott <steell@google.com>2021-12-08 19:13:57 +0000
commit4efb55f9e23447a0ec2f400acaaa4dd763b858f7 (patch)
tree1b55c9064b7795ceb3420eed9961f9114e4be8a8
parent508248f8a1d00f5e339ccd78a40c29188a4721f3 (diff)
downloadStk-4efb55f9e23447a0ec2f400acaaa4dd763b858f7.tar.gz
add post_notification permission to manifest
so the package can send notifications on T+ Bug: 194833441 Change-Id: I6395389f778460b84a2a8f351ffafb30b2df3b11
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 81ba3d8..6b841ce 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -31,6 +31,7 @@
<uses-permission android:name="android.permission.USER_ACTIVITY" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
+ <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application android:icon="@drawable/ic_launcher_sim_toolkit"
android:label="@string/app_name"