From 7f2a48f224eaa280999cfa39c22d00f7f896e640 Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Sat, 6 May 2023 01:20:13 +0800 Subject: [PATCH] update AndroidManifest.xml by removing requestLegacyExternalStorage flag and adding uses-permission tag --- example/android/app/src/main/AndroidManifest.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 052633d..284fe13 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -5,21 +5,23 @@ In most cases you can leave this as-is, but you if you want to provide additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> - - + + + + android:icon="@mipmap/ic_launcher" + android:label="photo_gallery_example">