[FIX] Share extension and save image not working on Android 10 (#2651)
This commit is contained in:
parent
079d239c67
commit
ded7391a88
|
@ -13,6 +13,7 @@
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
android:networkSecurityConfig="@xml/network_security_config"
|
android:networkSecurityConfig="@xml/network_security_config"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
|
android:requestLegacyExternalStorage="true"
|
||||||
tools:replace="android:allowBackup"
|
tools:replace="android:allowBackup"
|
||||||
>
|
>
|
||||||
<activity
|
<activity
|
||||||
|
|
Loading…
Reference in New Issue