From 7f68f7dd9d8b16e60fa672a8cf79e02bcb08d318 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Mon, 13 Jul 2026 02:44:14 -0400 Subject: [PATCH] =?UTF-8?q?update=20permissions=20in=20AndroidManifest.xml?= =?UTF-8?q?=20for=20better=20compatibility=20and=20security=20to=20fix=20g?= =?UTF-8?q?oogle=20play=20issue:=20```Your=20app=20cannot=20make=20use=20o?= =?UTF-8?q?f=20the=20READ=5FMEDIA=5FIMAGES=20or=20READ=5FMEDIA=5FVIDEO=20p?= =?UTF-8?q?ermissions=20because=20it=20only=20needs=20one-time=20or=20infr?= =?UTF-8?q?equent=20access=20to=20a=20device=E2=80=99s=20media=20files.=20?= =?UTF-8?q?To=20use=20these=20permissions,=20your=20app=E2=80=99s=20core?= =?UTF-8?q?=20functionality=20must=20need=20persistent=20access=20to=20pho?= =?UTF-8?q?to=20and=20video=20files.=20```?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 76aa59f..4846b6f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ - + - - - + + + + + + +