diff options
author | lookshe <github@lookshe.org> | 2016-03-27 14:41:25 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2016-03-27 14:41:25 +0200 |
commit | 9773b16a98c946e42d39afccc6255e1f1f611aed (patch) | |
tree | 29cfd7da24995e853044d01e10a7f73e8c0f5e87 /src/main/res | |
parent | 711ab9f2b1b625373a7046774c7b78e59f826589 (diff) |
Fixes FS#166 - Images cannot be opened since storing in private image folder
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/xml/filepaths.xml | 4 |
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 |