Skip to content

Commit

Permalink
feat(android): list media projection permission in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Apr 18, 2024
1 parent 347cc32 commit ff49905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/sdk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION" />

<uses-feature
android:glEsVersion="0x00020000"
Expand Down

0 comments on commit ff49905

Please sign in to comment.