Skip to content
Snippets Groups Projects
Commit a5ed00d2 authored by Steve Elliott's avatar Steve Elliott
Browse files

add post_notification permission to manifest

so the package can send notifications on T+

Bug: 194833441
Change-Id: Iafb56ebd788f1dcd98320dc6c250ca8f585fcab3
parent 60f0c0d9
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<supports-screens android:resizeable="true"/> <supports-screens android:resizeable="true"/>
<uses-sdk android:targetSdkVersion="27" <uses-sdk android:targetSdkVersion="27"
android:minSdkVersion="11"/> android:minSdkVersion="11"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<application android:icon="@drawable/ic_launcher" <application android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:allowBackup="false"> android:allowBackup="false">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment