当前位置:  开发笔记 > 前端 > 正文

Android在棉花糖中获取蓝牙地址

如何解决《Android在棉花糖中获取蓝牙地址》经验,为你挑选了1个好方法。

mac因为android 6 marshmallow,blutooth地址和wifi地址()被删除.

bluetooth.getAddress();

我们如何从Android设备获取唯一号码,如蓝牙地址或wifi mac地址?



1> Adnan Abdoll..:

有意删除了对mac地址的访问:

http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html

使用此代码:通过反射或Settings.Secure获取mac地址:

 String macAddress = android.provider.Settings.Secure.getString(context.getContentResolver(), "bluetooth_address");

推荐阅读
mobiledu2402852413
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有