公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_android
张氏APP Android端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
调整旅游模块功能
Linjiajia
2023-10-07
31b7700b976a46901f67c5d7a00281ca4745fc9f
[zhangshi_app_android.git]
/
app
/
src
/
main
/
res
/
xml
/
network_security_config.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<!-- 解决 Android P 禁用 http 请求的问题 -->
<network-security-config>
<!-- 允许明文通信 -->
<base-config cleartextTrafficPermitted="true" />
</network-security-config>