mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 18:51:01 +00:00
Initial commit
This commit is contained in:
18
app/src/main/res/xml/provider_paths.xml
Normal file
18
app/src/main/res/xml/provider_paths.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<external-path
|
||||
name="external"
|
||||
path="." />
|
||||
<external-files-path
|
||||
name="external_files"
|
||||
path="." />
|
||||
<cache-path
|
||||
name="cache"
|
||||
path="." />
|
||||
<external-cache-path
|
||||
name="external_cache"
|
||||
path="." />
|
||||
<files-path
|
||||
name="files"
|
||||
path="." />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user