Skip to content

Commit 069499c

Browse files
committed
android, remove unused permissions
1 parent dd8e559 commit 069499c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,4 @@
3030
<!-- OpenGL ES 2.0 -->
3131
<uses-feature android:glEsVersion="0x00020000" />
3232

33-
<!-- Allow writing to external storage -->
34-
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
35-
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
36-
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
3733
</manifest>

0 commit comments

Comments
 (0)