fix: add android:requestLegacyExternalStorage

This commit is contained in:
Tienson Qin
2021-12-08 12:33:23 +08:00
parent da10a02e1f
commit f983452997

View File

@@ -8,6 +8,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:requestLegacyExternalStorage="true"
android:theme="@style/AppTheme">
<activity