hi
how can i make this?
how can i make this?
B4X:
Sub Activity_KeyPress(KeyCode As Int) As Boolean
If KeyCode = KeyCodes.KEYCODE_BACK Then
'Close the app in the screnn but app stay runing in background same oficial facebook app?
'and when i click to start app start on the last acitivity?
End If
End Sub