change the root-path path at provided paths to /

This commit is contained in:
tibbi 2018-03-15 10:02:28 +01:00
parent 26963ffd43
commit 8b585c9091

View file

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