Android获取Mac地址
我想编写一个应用程序,为用户提供设备的 MAC 地址。怎么办呢? wifiInf.getMacAddress();方法对我不起作用。还有其他办法吗?
谢谢
I want to write an application which give the user the mac address of the device. How to do that ? wifiInf.getMacAddress(); method not worked for me. is there any other way?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您连接到无线网络了吗?首先检查一下。
http://developer.android.com/reference/android/net/wifi /WifiInfo.html
Were you connected to wifi? check that first.
http://developer.android.com/reference/android/net/wifi/WifiInfo.html