Merge "add post_notification permission to manifest so the package can send notifications on T+"

This commit is contained in:
TreeHugger Robot 2022-01-25 20:48:15 +00:00 committed by Android (Google) Code Review
commit aa4f78c52c

View File

@ -21,6 +21,7 @@
<supports-screens android:resizeable="true"/>
<uses-sdk android:targetSdkVersion="27"
android:minSdkVersion="11"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:allowBackup="false">