Skip to content

Commit

Permalink
[app] add POST_NOTIFICATIONS permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Apr 16, 2023
1 parent 2ff3f0f commit 0948358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@


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

<!-- Required permission to check licensing. -->
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
Expand Down

0 comments on commit 0948358

Please sign in to comment.