aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/filepaths.xml
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-03-27 14:41:25 +0200
committerlookshe <github@lookshe.org>2016-03-27 14:41:25 +0200
commit9773b16a98c946e42d39afccc6255e1f1f611aed (patch)
tree29cfd7da24995e853044d01e10a7f73e8c0f5e87 /src/main/res/xml/filepaths.xml
parent711ab9f2b1b625373a7046774c7b78e59f826589 (diff)
Fixes FS#166 - Images cannot be opened since storing in private image folder
Diffstat (limited to 'src/main/res/xml/filepaths.xml')
-rw-r--r--src/main/res/xml/filepaths.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/xml/filepaths.xml b/src/main/res/xml/filepaths.xml
new file mode 100644
index 00000000..71062dda
--- /dev/null
+++ b/src/main/res/xml/filepaths.xml
@@ -0,0 +1,4 @@
+<paths xmlns:android="http://schemas.android.com/apk/res/android">
+ <files-path name="conversationsplus_images" path="Images/"/>
+ <files-path name="conversationsplus_files" path="files/" />
+</paths> \ No newline at end of file