在 Android 设备中切换 Wifi 状态
我必须制作一个应用程序,在其中需要显示 RadioGroup 上 WiFi 的状态(“打开”或“关闭”)。我希望应用程序的默认行为在用户单击“设置页面”时显示 Wifi 的状态。 RadioGroup 必须检查 Wifi 的状态并相应地显示它(“开”或“关”)。我还必须能够切换 Wifi 的状态。
我希望下面的图片能让我的问题清楚。
感谢您抽出时间。
I have to make an app in which I need to display the status of the WiFi on a RadioGroup (Either its "on" or "off"). I want the default behavior for the application to show the status of the Wifi when the user clicks the SettingsPage. The RadioGroup must check the status of the Wifi and display it accordingly("on" or "off"). I must also be able to toggle the states of the Wifi.
I hope the images below can make my question clear.
Thanks for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这个问题:Android:如何启用/禁用 Wifi或以编程方式连接互联网
并确保在 wifi 已打开的情况下选择单选按钮,否则将单选按钮设置为未选择。
有关检查 wifi 状态的更多信息:
Check this question: Android: How to Enable/Disable Wifi or Internet Connection Programmatically
And make sure the radio button is selected if the wifi is on otherwise make radio button as not selected.
More info about checking wifi status:
启用 WiFi:
注意:
要使用 WiFi 状态进行访问,我们必须在 AndroidManifest.xml 文件中添加以下权限:
To Enable WiFi:
Note:
To access with WiFi state, we have to add following permissions inside the AndroidManifest.xml file: