如何以编程方式检查是否“使用无线网络”在 Android 上启用了吗?
我不想检查是否有 WIFI 或 3G 连接! 我只是想验证(而不是更改!)“使用无线网络”复选框是否已启用(您可以在“设置”>“位置和安全”>“我的位置”>“此处”中设置) 谢谢
I don't want to check if there is any connectivity over WIFI or 3G!
I just want to verify (and not change!) if the "Use wireless networks"-CheckBox is enabled (the one you can set in Settings > Location and security > My location > HERE)
Thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RajaReddy 的代码将检查 Wifi 网络是否已启用。如果您想知道是否启用了 Wifi 来进行定位,那么这应该可以(将“上下文”替换为有用的内容)
API 级别 <> 的示例代码。 8
Code from RajaReddy will check if Wifi is enabled for network. If you want to know if Wifi is enabled for positioning then this should do (replace "context" with something useful)
example code for API Level < 8
使用此代码
需要以下权限
use this code
and following permissions are required for this