Skip to content

Commit 117e4c9

Browse files
Remove READ_MEDIA_IMAGES permission to comply with Google Play policy
Co-authored-by: numbers-official <[email protected]>
1 parent d3ed9d5 commit 117e4c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<!-- Camera, Photos, input file -->
99
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
1010
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
11-
<!-- For Camera, Android 13 requires to declare read media images permission -->
12-
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
1311
<!-- Geolocation API -->
1412
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
1513
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

0 commit comments

Comments
 (0)