Android Question Keycode for buttons?(SOLVED)

Stichler

Active Member
Licensed User
What is keycode for the button in the middle of the bottom bar on all androids? The square directly to the left of the back arrow that takes you to your home screen? Ive tried Home and Menu to no avail.
 

Stichler

Active Member
Licensed User
There is no way I figured it out. Activity_Pause is called. When I run my app over the Bridge4A it always restarts at the First activity. Is this normal? Am I doing something wrong that it does not resume the last used Activity?
 
Upvote 0

Geezer

Active Member
Licensed User
Longtime User
There is no way to intercept the home key. You are correct that Activity_Pause is called. You could save the state and then restore it in Activity_Resume when the app next runs.
 
Upvote 0
Top