Update opener_paths.xml

Solving issue https://github.com/pwlin/cordova-plugin-file-opener2/issues/102 for cached dir. Probably need to do to all other dir.'s as well (persistent, etc....)
This commit is contained in:
Ophir Stern 2017-03-20 10:11:14 +02:00 committed by GitHub
parent 6482e9c2a4
commit 18cc06bad6

View File

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