FairEmail/app/src/main/res/xml/fileprovider_paths.xml

22 lines
440 B
XML
Raw Normal View History

2018-08-04 12:49:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<paths>
2018-08-13 08:58:36 +00:00
<files-path
2018-08-04 12:49:44 +00:00
name="attachments"
path="attachments" />
<files-path
name="raw"
path="raw" />
2019-08-03 11:44:56 +00:00
<cache-path
name="photo"
path="photo" />
2020-01-08 08:31:32 +00:00
<cache-path
name="calendar"
path="calendar" />
2020-05-23 16:35:31 +00:00
<cache-path
name="images"
path="images" />
2020-12-29 09:31:04 +00:00
<cache-path
name="shared"
path="shared" />
2018-08-04 12:49:44 +00:00
</paths>