Files
fenghzuang_new/1xsands/src/main/res/xml/provider_paths.xml
kang d68725d1b1 feat: 添加多个Android应用模块及配置
添加多个Android应用模块(1xsands, toke66a, petronas777等)的基础配置
包括AndroidManifest.xml、build.gradle、资源文件和代码文件
实现Firebase消息服务、网络配置、主题样式等功能
添加.gitignore文件忽略build和release目录
2026-04-13 13:44:50 +08:00

13 lines
625 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"?>
<resources>
<paths >
<external-path name="external_files" path="."/>
<root-path name="root" path="." />
<files-path name="files" path="." />
<cache-path name="cache" path="." />
<external-files-path name="external_files_f" path="." />
<external-cache-path name="external_cache" path="." />
</paths >
</resources>
<!-- 适配7.0及其以上配合com.eva.android.OpenFileUtil用于解决调用系统Intent查看大文件内
容、拍照保存图片的功能时出现"android.os.FileUriExposedException"异常的问题 -->