Skip to content

Commit

Permalink
Merge pull request #3214 from nextcloud/fix/3106/missing-notification…
Browse files Browse the repository at this point in the history
…-aosp13

Add manifest permission to post notifications
  • Loading branch information
AndyScherzinger authored Jul 27, 2023
2 parents 6a0605b + 7f1e6c9 commit 8513a32
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 8513a32

Please sign in to comment.