diff options
Diffstat (limited to 'app/src/main/res/xml/file_paths.xml')
-rw-r--r-- | app/src/main/res/xml/file_paths.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/file_paths.xml b/app/src/main/res/xml/file_paths.xml new file mode 100644 index 00000000..79f4cf3f --- /dev/null +++ b/app/src/main/res/xml/file_paths.xml @@ -0,0 +1,5 @@ +<?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" /> +</paths>
\ No newline at end of file |