From 53ec942070169f18c00553844657d3cb1df3101d Mon Sep 17 00:00:00 2001 From: Marcella Souza Date: Tue, 13 Oct 2020 15:39:23 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20[DSY-1492]=20adding=20wri?= =?UTF-8?q?ting=20permission=20at=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d5d706f..ac6b6ce 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -10,6 +10,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" + android:requestLegacyExternalStorage="true" android:theme="@style/Theme.Natura" tools:replace="android:name"> @@ -21,5 +22,5 @@ - + \ No newline at end of file