Skip to content

Commit 86dc386

Browse files
authored
Merge pull request #239 from Jacse/cache-dir
Update provider_paths.xml to allow access to cache
2 parents 6e2234b + d6d5372 commit 86dc386

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

android/src/main/res/xml/provider_paths.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
<files-path
77
name="files-path"
88
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>

0 commit comments

Comments
 (0)