Skip to content

Commit

Permalink
require the Post Notification permission on Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Oct 10, 2022
1 parent 28c9a58 commit bc358dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<uses-feature
android:name="android.hardware.faketouch"
Expand Down

0 comments on commit bc358dd

Please sign in to comment.