Skip to content

Commit

Permalink
Merge pull request #2 from zero-meta/master
Browse files Browse the repository at this point in the history
Add android:foregroundServiceType.
  • Loading branch information
labolado authored Aug 27, 2024
2 parents b71a3cb + 9e8d3ea commit da6f9f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified plugins/2020.3620/android/plugin.screenRecorder.aar
Binary file not shown.
1 change: 1 addition & 0 deletions src/android/plugin/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />

<application
android:foregroundServiceType="mediaProjection"
tools:targetApi="q">

<activity android:name=".VideoPreviewActivity"
Expand Down

0 comments on commit da6f9f9

Please sign in to comment.