Sub Activity_KeyPress (KeyCode As Int) As Boolean 'Return True to consume the event
If KeyCode=KeyCodes.KEYCODE_HEADSETHOOK Then
Label1.Color = Colors.Red
End If
Label1.Text = KeyCode
End Sub
)
AddReceiverText(S1,<intent-filter android:priority="2147483647">
<action android:name="android.intent.action.MEDIA_BUTTON"/>
</intent-filter>
)
Sub Service_Start(StartingIntent As Intent)
'
If StartingIntent.Action = "android.intent.action.MEDIA_BUTTON" Then
Log("se oprimio boton del manos libres")
End If
End Sub