如何检查 Android 操作系统中的 WIFI 和共享接入点是否已激活?
我有一个问题,我想检查在 Android 操作系统中启动 WIFI 或转为 AP 的用户。
我该如何检查这些服务是否已启动?
请帮我解决这个问题。
谢谢您的帮助:)
I have a problem that I want to check the user who starts the WIFI or turns into AP in Android OS.
How should I check these services whether they are activated or not?
Please help me to solve this problem.
Thank you for your help:)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要检查 Wifi 状态,请使用此代码
要执行此操作,您必须在 manifest.xml 文件中声明以下权限。
To check the Wifi state use this code
To perform this you have to declare the bellow permissions in the manifest.xml file.