Android 设备的蓝牙或 wifi 的 MAC 地址
我正在编写一个关于android设备和PC之间通信的程序。
当蓝牙或 WiFi 关闭时,有什么方法可以获取 Android 设备的蓝牙或 WiFi 的 MAC 地址?
如果是这样,怎么办?
I am writing a program about the communication between android device and PC.
Is there any way to get the MAC address of BLUETOOTH or WiFi of an android device, when the Bluetooth or WiFi is turned OFF?
If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这对我来说适用于打开和关闭wifi的情况,我没有尝试蓝牙
this works for me with wifi on and off i not try the bluetooth
是的,即使蓝牙/WiFi关闭,您也可以获取MAC地址。
获取蓝牙信息就这么简单:
无需使用
Context
,耶!并完成答案.. WiFi状态:
Yes, you can get MAC addresses even when Bluetooth / WiFi is OFF.
Getting bluetooth information is as easy as this:
No need to use
Context
, yay!And to complete the answer.. WiFi state: