diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-08-25 22:41:33 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-08-25 22:41:33 +0200 |
commit | 910b38ec13f2e3f7fa648920e8fc62ff81669ef9 (patch) | |
tree | f67c99ac301044ab399f2d55230737ae92dbb616 /src/main/res/xml | |
parent | b0cdc2745c56c16c1de7d411fc2e1d1d2812ac90 (diff) |
add file provider to share files on android n
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/file_paths.xml | 4 |
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 |