Set requestLegacyExternalStorage to true in AndroidManifest

This is a temporary workaround while we work on support for the Storage Access Framework.
This commit is contained in:
Alexander Bakker 2020-01-03 19:13:40 +01:00
parent 3506fdaad9
commit f5e8ba96e6

View file

@ -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">
<activity
android:name=".ui.AboutActivity"
android:label="@string/title_activity_about"></activity>