浏览代码

Merge pull request #239 from Jacse/cache-dir

Update provider_paths.xml to allow access to cache
Travis Nuttall 4 年前
父节点
当前提交
86dc3862d9
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      android/src/main/res/xml/provider_paths.xml

+ 4
- 1
android/src/main/res/xml/provider_paths.xml 查看文件

@@ -6,4 +6,7 @@
6 6
     <files-path
7 7
         name="files-path"
8 8
         path="." /> <!-- Used to access into application data files -->
9
-</paths>
9
+    <cache-path
10
+        name="cache-path"
11
+        path="." /> <!-- Used to access files in cache directory -->
12
+</paths>