guoshen
2024-06-29 5325e22a184b53aadcc5e9552cb1ec54f9c8ad81
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>