最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

如何消除原生Android原生网络连接显示x或者惊叹号

业界 admin 4浏览 0评论

Android 7及之后的版本输入如下两个命令:
adb shell “settings put global captive_portal_http_url http://www.google/generate_204”
adb shell “settings put global captive_portal_https_url https://www.google/generate_204”

7之前的版本运行如下的命令:
adb shell “settings put global captive_portal_serverhttp://www.google/generate_204”

可以输入如下命令, 禁止检测网络连接状态.
adb shell settings put global captive_portal_detection_enabled 0

可以输入如下命令, 打开检测网络连接状态.
adb shell settings put global captive_portal_detection_enabled 1

可以输入如下的命令查看所支持的所有选项:
adb shell settings list global

Android 7及之后的版本输入如下两个命令:
adb shell “settings put global captive_portal_http_url http://www.google/generate_204”
adb shell “settings put global captive_portal_https_url https://www.google/generate_204”

7之前的版本运行如下的命令:
adb shell “settings put global captive_portal_serverhttp://www.google/generate_204”

可以输入如下命令, 禁止检测网络连接状态.
adb shell settings put global captive_portal_detection_enabled 0

可以输入如下命令, 打开检测网络连接状态.
adb shell settings put global captive_portal_detection_enabled 1

可以输入如下的命令查看所支持的所有选项:
adb shell settings list global

发布评论

评论列表 (0)

  1. 暂无评论