From 3f249e4bffffe0ba30e7546735c7fb4576918c69 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 15 Dec 2019 21:53:36 +0530 Subject: Opt into legacy external storage handling (#595) The app is too messy to migrate properly to SAF so let's just take the easier route for now. Fixes #593 Signed-off-by: Harsh Shandilya --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main') diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 26fad727..98b1b924 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -19,6 +19,7 @@ android:allowBackup="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:requestLegacyExternalStorage="true" android:supportsRtl="true" android:theme="@style/AppTheme" tools:ignore="GoogleAppIndexingWarning"> -- cgit v1.2.3