在 android 8.0 下这个方法有效果:
adb shell
settings put global captive_portal_mode 0
0 disable
1 prompt
2 disconnect
老版本上 的下面的方法在 android 8.0 已经失效,在源码里已经标记为 @Deprecated
settings get global captive_portal_detection_enabled
adb shell
settings put global captive_portal_mode 0
0 disable
1 prompt
2 disconnect
老版本上 的下面的方法在 android 8.0 已经失效,在源码里已经标记为 @Deprecated
settings get global captive_portal_detection_enabled