version:1.0.0
bugfixes: update:更改包名,增加系统签名,修改图标
This commit is contained in:
27
app/src/main/res/xml/file_paths.xml
Normal file
27
app/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<!-- 共享内部存储文件 -->
|
||||
<files-path
|
||||
name="my_internal_files"
|
||||
path="." />
|
||||
<!-- 共享内部缓存 -->
|
||||
<cache-path
|
||||
name="my_internal_cache"
|
||||
path="." />
|
||||
|
||||
<!-- 共享外部存储根目录下的文件 (谨慎使用) -->
|
||||
<external-path
|
||||
name="my_external_storage"
|
||||
path="." />
|
||||
<!-- 共享应用外部存储专属目录下的文件 -->
|
||||
<external-files-path
|
||||
name="my_app_external_files"
|
||||
path="downloads/" />
|
||||
<!-- 共享应用外部缓存 -->
|
||||
<external-cache-path
|
||||
name="my_app_external_cache"
|
||||
path="." />
|
||||
|
||||
<!-- 备选方案:共享设备根目录下的文件 (不推荐常规使用) -->
|
||||
<!-- <root-path name="root" path="" /> -->
|
||||
</paths>
|
||||
Reference in New Issue
Block a user