如何监听 WifiMonitor 事件
我的问题是关于检测我的手机 WiFi 连接是否已绑定到网络并且可以运行。
我可以在 LogCat 中看到这样一行(标记为“WifiMonitor”),
VERBOSE/WifiMonitor(93): Event [CTRL-EVENT-CONNECTED - Connection to c4:3d:c7:89:cf:c0 completed (auth) [id=8 id_str=]]
这确实让我希望该事件是可捕获的......但是如何?
感谢您的关注。
My question is about detecting that my cellphone wifi connection is bound to a network and is operationnal.
I Can see such a line in the LogCat (tagged "WifiMonitor")
VERBOSE/WifiMonitor(93): Event [CTRL-EVENT-CONNECTED - Connection to c4:3d:c7:89:cf:c0 completed (auth) [id=8 id_str=]]
That did let me hope that event was catchable... But How ?
Thank your for attention.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该查看 ConnectivityManager: ConnectivityManager
以及
You should have a look at the ConnectivityManager: ConnectivityManager
And