fun BluetoothDevice.removeBond() {
try {
javaClass.getMethod("removeBond").invoke(this)
} catch (e: Exception) {
Timber.i("Removing bond has been failed. ${e.message}")
} }
In other android phone this method is working well but not working in Redmi phones
Logs ->
1610017762.258 ? I/BluetoothDevice: removeBond() for device #### called by pid: 2027 tid: 2027
1610017762.268 ? E/BluetoothUtils: checkCallerAllowedToTouchBondDevices: the BT device is attached to 1000, can't be touched by 10211
1610017762.268 ? W/BluetoothAdapterService: removeBond() - Not allowed ownerUid to remove bond unless callerUid is system uid.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…