Browse Source

android: request legacy storage

Weihua Lu 4 years ago
parent
commit
a4db23cb78
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

@@ -3,6 +3,7 @@
     package="com.logseq.app">
     package="com.logseq.app">
 
 
     <application
     <application
+        android:requestLegacyExternalStorage="true"
         android:allowBackup="true"
         android:allowBackup="true"
         android:icon="@mipmap/ic_launcher"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
         android:label="@string/app_name"