change root-path provider path to /
This commit is contained in:
parent
615b70be71
commit
0ae8c8a98f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue