Skip to content

Commit d895f45

Browse files
committed
init
1 parent dd68a08 commit d895f45

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
android:grantUriPermissions="true">
88
<meta-data
99
android:name="android.support.FILE_PROVIDER_PATHS"
10-
android:resource="@xml/plugins_file_worker_provider_paths"
10+
android:resource="@xml/docman_provider_path"
1111
/>
1212
</provider>
1313
</application>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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="."/>
7+
<external-files-path name="ext_files" path="."/>
8+
</paths>

0 commit comments

Comments
 (0)