Skip to content

Commit 0bc2af2

Browse files
committed
fix(camera): include other paths
closes: #252
1 parent 01fccc0 commit 0bc2af2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<paths xmlns:android="http://schemas.android.com/apk/res/android">
3-
<external-path name="external_files" path="."/>
3+
<external-path
4+
name="external"
5+
path="." />
6+
<external-files-path
7+
name="external_files"
8+
path="." />
9+
<cache-path
10+
name="cache"
11+
path="." />
12+
<external-cache-path
13+
name="external_cache"
14+
path="." />
15+
<files-path
16+
name="files"
17+
path="." />
418
</paths>

0 commit comments

Comments
 (0)