summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-12-16 13:17:19 +0300
committerAndrew Dolgov <[email protected]>2020-12-16 13:17:19 +0300
commit3659599f84ba76252a334c8b70d2f85a54717dc4 (patch)
treec8f45f2b72cbc303c35877e3093a0e9158680c18 /org.fox.ttrss/src/main/res/xml
parentded93942a8e51a4bb8908bb77f5812dd19fce685 (diff)
allow sharing both image bitmap and image URL from gallery, webview context menu, etc
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/file_provider_paths.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/file_provider_paths.xml b/org.fox.ttrss/src/main/res/xml/file_provider_paths.xml
new file mode 100644
index 00000000..ca092e5a
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/xml/file_provider_paths.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <paths>
+ <cache-path name="shared" path="shared/"/>
+ </paths>
+</resources> \ No newline at end of file