Android获取蓝牙地址(非mac地址)

来源:互联网 发布:哨位集成箱网络控制器 编辑:程序博客网 时间:2024/05/16 06:38

方法:

public static String getBlueToothAddress(Context context){        return android.provider.Settings.Secure.getString(context.getContentResolver(), "bluetooth_address");    }
原创粉丝点击