Browse Source

fix: add android:requestLegacyExternalStorage

Tienson Qin 4 years ago
parent
commit
f983452997
1 changed files with 1 additions and 0 deletions
  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