Skip to content

Commit

Permalink
Add manifest permission to post notifications
Browse files Browse the repository at this point in the history
This fixes the problem where notifications won't show for generic or qa build variants on Android 13.

Signed-off-by: Adam Serbinski <37986043+ASerbinski@users.noreply.github.com>
  • Loading branch information
ASerbinski authored and backportbot-nextcloud[bot] committed Jul 27, 2023
1 parent dc9003c commit e8abfdb
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 @@ -87,6 +87,8 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

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

<permission
android:name="${applicationId}.${broadcastPermission}"
android:protectionLevel="signature" />
Expand Down

0 comments on commit e8abfdb

Please sign in to comment.