adb shell settings delete global captive_portal_https_url
1
adb shell settings delete global captive_portal_http_url
再修改新的地址:
1
adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate\_204
1
adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate\_204
上面的不行再试试下面的
1 2
adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204 adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204