From e980550302fcf5a15ad72341834ff688a67fa819 Mon Sep 17 00:00:00 2001 From: commitimpush Date: Tue, 6 Sep 2022 12:16:04 +0200 Subject: [PATCH] fixed camera in release build --- example/android/app/src/main/AndroidManifest.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 9e3d127..17155a7 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,9 +1,12 @@ + + + android:icon="@mipmap/ic_launcher" + android:requestLegacyExternalStorage="true">