mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "add post_notification permission to manifest so the package can send notifications on T+"
This commit is contained in:
commit
aa4f78c52c
@ -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