first
This commit is contained in:
5
app/src/main/res/xml/file_provider_paths.xml
Normal file
5
app/src/main/res/xml/file_provider_paths.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-files-path name="umeng_cache" path="umeng_cache/"/>
|
||||
<external-path name="external_files" path="." />
|
||||
</PreferenceScreen>
|
||||
5
app/src/main/res/xml/file_provider_paths_img.xml
Normal file
5
app/src/main/res/xml/file_provider_paths_img.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-path name="external_files" path="." />
|
||||
<files-path name="internal_files" path="." />
|
||||
</PreferenceScreen>
|
||||
4
app/src/main/res/xml/network_security_config.xml
Normal file
4
app/src/main/res/xml/network_security_config.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="true" />
|
||||
</network-security-config>
|
||||
Reference in New Issue
Block a user