Hi,
I trying to detect if the user enable/disable bluetooth
I use the BluetoothAdmin object, but it seems that I not understand it right?
Mogens
I trying to detect if the user enable/disable bluetooth
I use the BluetoothAdmin object, but it seems that I not understand it right?
B4X:
Dim BluetoothAdmin1 As BluetoothAdmin
Sub BluetoothAdmin1_StateChanged (NewState As Int, OldState As Int)
Log(NewState)
Log(OldState)
End Sub
Mogens