Re-add requestLegacyExternalStorage to reanimate AutoUpload on Android10

Auto upload shows "General error during upload" notification on Android version 10 due to problems regarding scoped storage

Fixes #393
This commit is contained in:
Julian Raufelder 2021-11-30 16:41:27 +01:00
parent f303d3c48b
commit 2dbf6425cc
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -26,6 +26,7 @@
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">