Added more paths to opener_paths.xml

This commit is contained in:
pwlin 2017-04-06 23:15:04 +02:00
parent 4f29b8d290
commit 73120a73ac

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<files-path name="files" path="." />
<external-files-path name="external_files" path="." />
<external-path name="external_files" path="." />
<cache-path name="cached_files" path="." />
<external-cache-path name="cached_files" path="." />
</paths>