标签: android bluetooth bluetooth-lowenergy android-7.0-nougat
我有一个在后台运行的应用程序,并使用以编程方式重新启动蓝牙 ...
BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); mBluetoothAdapter.disable(); mBluetoothAdapter.enable();
...
它在Android Marshmallow中运行良好,但在Nougat中运行不正常。如果有人遇到过这方面的解决方案,请告诉我。