pandorapan/common/src/main/res/xml/file_paths.xml
2022-07-18 15:31:45 +08:00

27 lines
737 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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-files-path
name="external_file_path"
path="."/>
<external-cache-path
name="external_cache_path"
path="."/>
<!--external-path标签用来指定Uri共享的name属性的值可以自定义
path属性的值表示共享的具体位置设置为空就表示共享整个SD卡-->
<external-path
name="external"
path="."/>
<external-path name="external_files" path="."/>
</paths>