update the FileProvider pattern

This commit is contained in:
tibbi
2017-11-07 19:08:16 +01:00
parent 54a5027b2a
commit 3fa5dc5300
4 changed files with 14 additions and 15 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path
name="shared_images"
path="images/"/>
</paths>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="shared_images" path="images/"/>
<external-path name="external_files" path="."/>
<root-path name="external_files" path="/storage/"/>
</paths>