Skip to content

Commit 01e3b6d

Browse files
committed
chore: update AndroidManifest permissions with Service Media Projection
1 parent 753eae0 commit 01e3b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/default/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22

33
<uses-permission android:name="android.permission.INTERNET" />
4+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PROJECTION"/>
45

56
<application
67
android:name=".MainApplication"

0 commit comments

Comments
 (0)