We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fcb3a commit d6d5372Copy full SHA for d6d5372
android/src/main/res/xml/provider_paths.xml
@@ -6,4 +6,7 @@
6
<files-path
7
name="files-path"
8
path="." /> <!-- Used to access into application data files -->
9
-</paths>
+ <cache-path
10
+ name="cache-path"
11
+ path="." /> <!-- Used to access files in cache directory -->
12
+</paths>
0 commit comments