aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/file_paths.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-08-25 22:41:33 +0200
committerChristian Schneppe <christian@pix-art.de>2016-08-26 22:28:58 +0200
commitda12042acdb4fc94e542ff098e72fdc2618cc6b4 (patch)
treef98ea91cb1b16ac5e1e825839ec07422d22f7143 /src/main/res/xml/file_paths.xml
parent1fb9dcb42760d4fd8a94ffa0813eff38be91dd5b (diff)
add file provider to share files on android n
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/file_paths.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/file_paths.xml b/src/main/res/xml/file_paths.xml
new file mode 100644
index 000000000..2a8bc7667
--- /dev/null
+++ b/src/main/res/xml/file_paths.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<paths>
+ <external-path name="external" path="/"/>
+</paths> \ No newline at end of file