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:
parent
f303d3c48b
commit
2dbf6425cc
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user