Update provider_paths.xml to allow access to cache
@@ -6,4 +6,7 @@
<files-path
name="files-path"
path="." /> <!-- Used to access into application data files -->
-</paths>
+ <cache-path
+ name="cache-path"
+ path="." /> <!-- Used to access files in cache directory -->
+</paths>