We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd68a08 commit d895f45Copy full SHA for d895f45
2 files changed
android/src/main/AndroidManifest.xml
@@ -7,7 +7,7 @@
7
android:grantUriPermissions="true">
8
<meta-data
9
android:name="android.support.FILE_PROVIDER_PATHS"
10
- android:resource="@xml/plugins_file_worker_provider_paths"
+ android:resource="@xml/docman_provider_path"
11
/>
12
</provider>
13
</application>
android/src/main/res/xml/docman_provider_path.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<paths>
3
+ <cache-path name="cached_files" path="."/>
4
+ <files-path name="files" path="."/>
5
+ <files-path name="app_files" path="../app_flutter"/>
6
+ <external-cache-path name="ext_cached_files" path="."/>
+ <external-files-path name="ext_files" path="."/>
+</paths>
0 commit comments