diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-12-15 21:53:36 +0530 |
---|---|---|
committer | Aditya Wasan <adityawasan55@gmail.com> | 2019-12-15 21:53:36 +0530 |
commit | 3f249e4bffffe0ba30e7546735c7fb4576918c69 (patch) | |
tree | 1709b4dd5d2657e70568ee7d2993d5e14983cec2 | |
parent | 2dc79c3ec165f22d1131fd5dcff50fc900d274bd (diff) |
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 <msfjarvis@gmail.com>
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |