Skip to content

Commit

Permalink
Merge pull request #239 from Jacse/cache-dir
Browse files Browse the repository at this point in the history
Update provider_paths.xml to allow access to cache
  • Loading branch information
Traviskn authored Sep 26, 2019
2 parents 6e2234b + d6d5372 commit 86dc386
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion android/src/main/res/xml/provider_paths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 86dc386

Please sign in to comment.