Android Studio修改蓝牙权限 出现 Bluetooth binder is null

1、在此目录下

Android Studio修改蓝牙权限 出现 Bluetooth binder is null

2、此处  添加:

<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

Android Studio修改蓝牙权限 出现 Bluetooth binder is null

3、Build -> Make Poject  即可