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 01fccc0 commit 0bc2af2Copy full SHA for 0bc2af2
packages/camera/platforms/android/res/xml/provider_paths.xml
@@ -1,4 +1,18 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<paths xmlns:android="http://schemas.android.com/apk/res/android">
3
- <external-path name="external_files" path="."/>
+ <external-path
4
+ name="external"
5
+ path="." />
6
+ <external-files-path
7
+ name="external_files"
8
9
+ <cache-path
10
+ name="cache"
11
12
+ <external-cache-path
13
+ name="external_cache"
14
15
+<files-path
16
+ name="files"
17
18
</paths>
0 commit comments