Sub Activity_KeyPress (KeyCode As Int) As Boolean
If KeyCode = KeyCodes.KEYCODE_BACK Then
Activity.Finish
End If
Return True
End Sub
por mas que intento no logro enviar en background el activity con el boton retroceder.
If KeyCode = KeyCodes.KEYCODE_BACK Then
Activity.Finish
End If
Return True
End Sub
por mas que intento no logro enviar en background el activity con el boton retroceder.