Skip to content

Commit e2d3b53

Browse files
Allow FileProvider to expose absolute apk paths
1 parent 328a95b commit e2d3b53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/src/main/res/xml/provider_paths.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<paths>
3+
<root-path
4+
name="apk"
5+
path="." />
36
<external-path
47
name="external_files"
58
path="." />
@@ -12,4 +15,4 @@
1215
<external-cache-path
1316
name="external_cache"
1417
path="." />
15-
</paths>
18+
</paths>

0 commit comments

Comments
 (0)