如何持续知道 Android 中启用或禁用 WiFi 或数据计划
在我的基于连接类型(wifi、数据计划和另一个选项)的 Android 应用程序中,我在屏幕上显示一个图标。
我能够获取 wifi 是否已启用,但我不知道如何获取有关数据计划是否启用的信息。我该怎么做?
我需要持续了解是否启用了 wifi 或启用了数据计划。如果wifi在一段时间后启用,它可能会断开连接,在这种情况下我需要检查数据计划是否启用。根据连接类型,我需要更改应用程序中屏幕之一上的图标。
In my android app based on connection type (wifi, data plan and one more option) I am displaying an icon on the screen.
I am able to get whether wifi is enabled or not, but I don't know how to get info on whether the data plan is enabled or not. How do I do this?
I need to know continuously whether wifi is enabled or data plan is enabled. If wifi is enabled after some time it may disconnect, in which case I need check whether the data plan is enabled or not. Based on the connection type I need to change icon on one of my screen in my app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试聆听 CONNECTIVITY_ACTION
查看以下问题以了解更多详细信息:
网络侦听器 Android
如何监控网络连接状态安卓?
Try listening to CONNECTIVITY_ACTION
Take a look at these questions for more details:
Network listener Android
How can I monitor the network connection status in Android?