fedilab-Android-App/app/src/lite/res/xml/file_paths.xml

11 lines
217 B
XML
Raw Normal View History

2020-05-10 18:32:50 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-07-14 19:50:54 +02:00
<paths>
<external-path
name="my_images"
path="Android/data/app.fedilab.lite/files/Pictures" />
2020-05-10 18:32:50 +02:00
2020-07-14 19:50:54 +02:00
<cache-path
name="*"
path="." />
2020-05-10 18:32:50 +02:00
</paths>