fix: 修正 file_paths.xml 中的属性格式,解决闪退问题
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- FileProvider 路径配置:将外部存储根目录映射为一个逻辑名称 external_files -->
|
||||
<external-path
|
||||
android:name="external_files"
|
||||
android:path="." />
|
||||
name="external_files"
|
||||
path="." />
|
||||
</paths>
|
||||
|
||||
Reference in New Issue
Block a user