From 3bfd2bf74b1446a55d5b23a8ae4d41103f4a8b31 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Mon, 24 Jul 2023 00:57:30 +0800 Subject: [PATCH] add requestLegacyExternalStorage flag in AndroidManifest.xml to compatible with Android 10 --- example/android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 3a63014..cd3be30 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -14,7 +14,8 @@ + android:label="photo_gallery_example" + android:requestLegacyExternalStorage="true">