Skip to content

Commit b058f47

Browse files
committed
fix: Files from external storage do not open
1 parent b86fd78 commit b058f47

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<paths>
3-
<external-path
4-
name="external_path"
5-
path="." />
6-
<cache-path
7-
name="cache_path"
8-
path="." />
3+
<external-path path="Android/data/${applicationId}/" name="package_root" />
4+
<cache-path path="Android/data/${applicationId}/" name="cache" />
5+
<root-path path="." name="storage_root" />
96
</paths>

0 commit comments

Comments
 (0)