Unpair bluetooth device not working in redmi phones, Used “removeBond” this method working in all other device

后端 未结 0 1108
庸人自扰
庸人自扰 2021-01-11 16:19
fun BluetoothDevice.removeBond() {
try {
    javaClass.getMethod("removeBond").invoke(this)
} catch (e: Exception) {
    Timber.i("Removing bond has b         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题