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
committerDaniel Gultsch <daniel@gultsch.de>2016-08-25 22:41:33 +0200
commit910b38ec13f2e3f7fa648920e8fc62ff81669ef9 (patch)
treef67c99ac301044ab399f2d55230737ae92dbb616 /src/main/res/xml/file_paths.xml
parentb0cdc2745c56c16c1de7d411fc2e1d1d2812ac90 (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 00000000..2a8bc766
--- /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