admin 管理员组

文章数量: 1184232

1.使用adb更换网络服务器及关闭 Captive Portal 检测

adb shell settings delete global captive_portal_http_url
adb shell settings delete global captive_portal_https_url
adb shell settings put global captive_portal_http_url 
adb shell settings put global captive_portal_https_url 
adb shell settings put global captive_portal_mode 0

2.若手机日期时间不正确,使用浏览器会出现证书过期提示
解决方法:如果根据网络调整时间失效,则手动修改手机日期时间

本文标签: 这篇文章 手机网络 编程