diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-02 14:38:53 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-02 14:38:53 +0000 |
commit | 980a1215731c20e840670d9ade77bc6bf64c255b (patch) | |
tree | 4cedd886d497820ad84aee92d7f2523573508389 /app/src/main/res/xml | |
parent | 095dd30f710c71d1ee8f33403feca0861c139687 (diff) | |
download | infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.gz infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.bz2 infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.lz infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.xz infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.tar.zst infinity-for-reddit-980a1215731c20e840670d9ade77bc6bf64c255b.zip |
Share image directly in ViewImageActivity.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/file_paths.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml index 79f4cf3f..25648473 100644 --- a/app/src/main/res/xml/file_paths.xml +++ b/app/src/main/res/xml/file_paths.xml @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <paths xmlns:android="http://schemas.android.com/apk/res/android"> - <external-path name="image_temp" - path="Android/data/ml.docilealligator.infinityforreddit/files/Pictures" /> + <external-path name="external_app_storage" path="." /> </paths>
\ No newline at end of file |