diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-20 01:26:29 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-20 01:26:29 -0600 |
commit | ecc818705b9b523dbd1a85f017d14ba0d017849b (patch) | |
tree | 556f1c62fb22ad0bc85720985a0fcc1137989e96 /androidApp/src/main/res/xml/filepaths.xml | |
parent | 5472556161c2f781e7a0dabe48301f3b665641b1 (diff) | |
download | etbsa-trackermap-mobile-ecc818705b9b523dbd1a85f017d14ba0d017849b.tar.gz etbsa-trackermap-mobile-ecc818705b9b523dbd1a85f017d14ba0d017849b.tar.bz2 etbsa-trackermap-mobile-ecc818705b9b523dbd1a85f017d14ba0d017849b.zip |
Properly implemented save and share report actions
Diffstat (limited to 'androidApp/src/main/res/xml/filepaths.xml')
-rw-r--r-- | androidApp/src/main/res/xml/filepaths.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/androidApp/src/main/res/xml/filepaths.xml b/androidApp/src/main/res/xml/filepaths.xml new file mode 100644 index 0000000..f894ef4 --- /dev/null +++ b/androidApp/src/main/res/xml/filepaths.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<paths> + <cache-path name="/" path="." /> +</paths> |