Hello,
using Nexus 7 (first model) and
Sub Activity_Keypress(keycode As Int) As Boolean
ToastMessageShow(keycode,False)
Return True
End Sub
I can see keycodes 24 and 25 for Volume Up and Down, but don't see anything when pressing the headphone button.
Do I need to add something to the Manifest?
Thanks for your help.
using Nexus 7 (first model) and
Sub Activity_Keypress(keycode As Int) As Boolean
ToastMessageShow(keycode,False)
Return True
End Sub
I can see keycodes 24 and 25 for Volume Up and Down, but don't see anything when pressing the headphone button.
Do I need to add something to the Manifest?
Thanks for your help.