修复 打包应用app.viewFile()等涉及文件被其他应用打开时报错的问题
This commit is contained in:
6
inrt/src/main/res/xml/provider_paths.xml
Normal file
6
inrt/src/main/res/xml/provider_paths.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-path name="external_files" path="."/>
|
||||
<files-path name="project" path="project"/>
|
||||
<root-path name="root_files" path="." />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user