1. 程式人生 > >Android9 原生系統網絡感嘆號消除

Android9 原生系統網絡感嘆號消除

and 刪除 開啟 settings adb put portal oba androi

# 如要使用http,需要先寫入關閉https驗證的配置,再填寫http服務器。然後開啟飛行模式,再打開感嘆號即可消失。 adb shell settings put global captive_portal_use_https 0 adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204
# 使用默認,即刪除配置 
adb shell settings delete global captive_portal_http_url
adb shell settings delete global captive_portal_https_url

Android9 原生系統網絡感嘆號消除