summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/file_provider_paths.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/file_provider_paths.xml')
-rw-r--r--app/src/main/res/xml/file_provider_paths.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/xml/file_provider_paths.xml b/app/src/main/res/xml/file_provider_paths.xml
new file mode 100644
index 00000000..5b9dd9fb
--- /dev/null
+++ b/app/src/main/res/xml/file_provider_paths.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<paths>
+ <external-path
+ name="external"
+ path="." />
+ <external-files-path
+ name="external_files"
+ path="." />
+ <files-path
+ name="files"
+ path="." />
+</paths> \ No newline at end of file