在使用谷歌Pixel3a手机时发现,手机连接上了WiFi,虽然实际上有网络,但是WiFi图标显示感叹号,或者有些时候会提示 “此WLAN网络无法访问互联网”。
这个时候我们可以通过以下方式来解决
adb shell settings put global captive_portal_http_url https://www.google.cn/generate_204
adb shell settings put global captive_portal_https_url https://www.google.cn/generate_204
adb shell settings put global ntp_server 1.hk.pool.ntp.org
adb shell reboot
等待手机重启后就会发现WiFi图标不再显示感叹号了。