Skip to content

Commit e3ca356

Browse files
Copilotnumbers-official
authored andcommitted
Remove READ_MEDIA_IMAGES permission to comply with Google Play policy
Co-authored-by: numbers-official <181934381+numbers-official@users.noreply.github.com>
1 parent f2d431e commit e3ca356

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)