蓝牙电池电量级别API getBatteryLevel()在Android 8.1.0中不起作用

时间:2018-08-01 23:30:17

标签: android bluetooth android-source batterymanager

我正在尝试从远程连接的BT设备的Android 8.1.0中的BluetoothDevice获取电池电量。

BluetoothDevice mBTDevice = (BluetoothDevice) bundle
                        .getParcelable(BluetoothDevice.EXTRA_DEVICE);
int val = mBtDevice.getBatteryLevel();

但是它的val总是返回值为“ -1”。在Android 8.1.0中似乎无法正常工作

从此link

获取信息

0 个答案:

没有答案