change root-path provider path to /

This commit is contained in:
tibbi 2018-03-21 20:53:50 +01:00
parent 615b70be71
commit 0ae8c8a98f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-path name="external_files" path="."/>
<root-path name="external_files" path="/storage/" />
<cache-path name="cache_files" path="my_cache/" />
<cache-path name="shared_contacts" path="contacts/"/>
<root-path name="external_files" path="/" />
</paths>