Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
X
xxsq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
xxsq
Commits
9b16c1f1
Commit
9b16c1f1
authored
May 20, 2022
by
王雪伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3c88c9b8
33058f44
Pipeline
#763
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
95 additions
and
0 deletions
+95
-0
file_paths.xml
app/src/main/res/xml/file_paths.xml
+82
-0
network_security_config.xml
app/src/main/res/xml/network_security_config.xml
+13
-0
No files found.
app/src/main/res/xml/file_paths.xml
0 → 100644
View file @
9b16c1f1
<?xml version="1.0" encoding="utf-8"?>
<paths
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<external-path
name=
"cache"
path=
"Android/data/com.zxbw.xymh/"
/>
<external-path
name=
"downloadfile"
path=
"com.zxbw.xymh/"
/>
<!--项目中用到的-->
<external-path
name=
"beta_external_files_path"
path=
"Android/data/"
/>
<external-path
name=
"tt_external_download"
path=
"Download"
/>
<external-path
name=
"tt_external_root"
path=
"."
/>
<external-files-path
name=
"tt_external_files_download"
path=
"Download"
/>
<files-path
name=
"tt_internal_file_download"
path=
"Download"
/>
<external-path
name=
"tt_external_root"
path=
"."
/>
<external-files-path
name=
"tt_external_files_download"
path=
"Download"
/>
<!--闲玩中用到的-->
<cache-path
name=
"tt_internal_cache_download"
path=
"Download"
/>
<external-path
name=
"51xianwan"
path=
"51xianwan"
/>
<files-path
name=
"downloads"
path=
"downloads"
/>
<external-cache-path
name=
"cache_download"
path=
"download"
/>
<external-path
name=
"bullnews"
path=
"bullnews"
/>
<external-files-path
name=
"external_files_pat"
path=
"Download"
/>
<external-files-path
name=
"external_files_midong"
path=
"Download/external_files/"
/>
<cache-path
name=
"apk1"
path=
"."
/>
<external-path
name=
"files_root"
path=
"Android/data/com.sponsor.hbhunter/"
/>
<external-path
name=
"external_storage_root"
path=
"."
/>
<external-path
name=
"Download"
path=
"aaa"
/>
<!--头条穿山甲-->
<external-files-path
name=
"external_files_path"
path=
"Download"
/>
<external-path
name=
"51xianwan"
path=
"51xianwan"
/>
<external-path
name=
"gdt_sdk_download_path"
path=
"GDTDOWNLOAD"
/>
<!--科大讯飞-->
<files-path
name=
"IFly_AD_Download_Path"
path=
"IFlyAdDownload"
/>
</paths>
\ No newline at end of file
app/src/main/res/xml/network_security_config.xml
0 → 100644
View file @
9b16c1f1
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config
cleartextTrafficPermitted=
"true"
>
<trust-anchors>
<certificates
overridePins=
"true"
src=
"system"
/>
<certificates
overridePins=
"true"
src=
"user"
/>
</trust-anchors>
</base-config>
</network-security-config>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment