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 b86fd78 commit b058f47Copy full SHA for b058f47
app/src/main/res/xml/provider_paths.xml
@@ -1,9 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<paths>
3
- <external-path
4
- name="external_path"
5
- path="." />
6
- <cache-path
7
- name="cache_path"
8
+ <external-path path="Android/data/${applicationId}/" name="package_root" />
+ <cache-path path="Android/data/${applicationId}/" name="cache" />
+ <root-path path="." name="storage_root" />
9
</paths>
0 commit comments