美文网首页我爱编程
去除Android感叹号

去除Android感叹号

作者: Swerve | 来源:发表于2018-04-13 08:51 被阅读0次

7.0-7.1.0
需要服务器支持https。
或者使用命令
adb shell "settings put global captive_portal_use_https 0"
禁用https即可。

恢复可用
adb shell "settings put global captive_portal_use_https 1"
或者
adb shell "settings delete global captive_portal_use_https"

相关文章

网友评论

    本文标题:去除Android感叹号

    本文链接:https://www.haomeiwen.com/subject/quytfxtx.html