Skip to content

Commit

Permalink
fix(core): add POST_NOTIFICATIONS permission to fix a build issue.
Browse files Browse the repository at this point in the history
It is only used by screen recorder service.
  • Loading branch information
ThibaultBee committed Oct 28, 2023
1 parent 6b177e4 commit eaaea58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@

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

<!-- Application requires POST_NOTIFICATIONS only for screen recorder service notification -->
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
</manifest>

0 comments on commit eaaea58

Please sign in to comment.