如何持续知道 Android 中启用或禁用 WiFi 或数据计划

发布于 2024-12-11 17:39:46 字数 222 浏览 0 评论 0原文

在我的基于连接类型(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妄司 2024-12-18 17:39:46

尝试聆听 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文