去除!和 x
方案解决在原生安卓下WiFi网络因谷歌服务器导致 网络访问受限 的问题
请使用 ADB
工具运行命令:
- 删除系统内置的网络校验服务:
adb shell settings delete global captive_portal_https_url
adb shell settings delete global captive_portal_http_url
- 添加网络校验服务(国内MIUI)
adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204
adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204