浏览代码

fix: add android:requestLegacyExternalStorage

Tienson Qin 3 年之前
父节点
当前提交
f983452997
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      android/app/src/main/AndroidManifest.xml

+ 1 - 0
android/app/src/main/AndroidManifest.xml

@@ -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