mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
add post_notification permission to manifest
so the package can send notifications on T+ Bug: 194833441 Change-Id: Iafb56ebd788f1dcd98320dc6c250ca8f585fcab3
This commit is contained in:
parent
60f0c0d99c
commit
a5ed00d252
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user