瀏覽代碼

fix: add android:requestLegacyExternalStorage

Tienson Qin 4 年之前
父節點
當前提交
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