Merge pull request #3679 from wb9688/fix-android-10

Enable requestLegacyExternalStorage
This commit is contained in:
Tobias Groza 2020-05-30 10:32:46 +02:00 committed by GitHub
commit cdb989ede3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:logo="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
android:theme="@style/OpeningTheme"
tools:ignore="AllowBackup">
<activity