Skip to content

Commit bc358dd

Browse files
committed
require the Post Notification permission on Android 13
1 parent 28c9a58 commit bc358dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
77
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
88
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
9+
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
910

1011
<uses-feature
1112
android:name="android.hardware.faketouch"

0 commit comments

Comments
 (0)