Skip to content

Commit

Permalink
fix: Add Post notifications permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Apr 25, 2024
1 parent 0c07aab commit df377fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />

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

<!-- Chrome OS -->
<meta-data
android:name="WindowManagerPreference:SuppressWindowControlNavigationButton"
Expand Down

0 comments on commit df377fc

Please sign in to comment.