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.
2 parents 6e2234b + d6d5372 commit 86dc386Copy full SHA for 86dc386
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