Skip to content

Commit

Permalink
added missing permission for Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed Jan 27, 2023
1 parent ed6d122 commit 4310a83
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 @@ -44,6 +44,7 @@
<uses-permission android:name="android.permission.BROADCAST_STICKY" />

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<queries>
<intent>
Expand Down

0 comments on commit 4310a83

Please sign in to comment.