How to detect Bluetooth headset keypress?
I tried this
from the example in BroadcastReceiver library but it does not work.
I tried this
B4X:
Sub Service_Start (StartingIntent As Intent)
Broadcast.addAction("android.intent.action.MEDIA_BUTTON")
Broadcast.SetPriority(2147483647)
Broadcast.registerReceiver("")
End Sub