From f5e8ba96e6ed39a4c5bc25f7e88b0c53df4f0250 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Fri, 3 Jan 2020 19:13:40 +0100 Subject: [PATCH] Set requestLegacyExternalStorage to true in AndroidManifest This is a temporary workaround while we work on support for the Storage Access Framework. --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 099e395a..2621d74b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,7 +19,8 @@ android:supportsRtl="true" android:theme="@style/AppTheme.NoActionBar" tools:ignore="GoogleAppIndexingWarning" - tools:replace="android:theme"> + tools:replace="android:theme" + android:requestLegacyExternalStorage="true">