Quellcode durchsuchen

Update provider_paths.xml to allow access to cache

Jacob Lauritzen vor 6 Jahren
Ursprung
Commit
d6d5372893
Es ist kein Benutzerkonto mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 4 neuen und 1 gelöschten Zeilen
  1. 4
    1
      android/src/main/res/xml/provider_paths.xml

+ 4
- 1
android/src/main/res/xml/provider_paths.xml Datei anzeigen

@@ -6,4 +6,7 @@
6 6
     <files-path
7 7
         name="files-path"
8 8
         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>