新增ftp上传拦截器 https://github.com/AriaLyy/Aria/issues/402
This commit is contained in:
25
app/src/main/res/xml/aria_fileprovider_paths.xml
Normal file
25
app/src/main/res/xml/aria_fileprovider_paths.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<root-path
|
||||
name="root"
|
||||
path="" />
|
||||
<files-path
|
||||
name="files"
|
||||
path="." />
|
||||
|
||||
<cache-path
|
||||
name="cache"
|
||||
path="." />
|
||||
|
||||
<external-path
|
||||
name="external"
|
||||
path="." />
|
||||
|
||||
<external-files-path
|
||||
name="external_file_path"
|
||||
path="." />
|
||||
<external-cache-path
|
||||
name="external_cache_path"
|
||||
path="." />
|
||||
|
||||
</paths>
|
||||
Reference in New Issue
Block a user