Hi, guys --
The app has multiply activities. Typiically I process KeyCodes.KEYCODE_BACK in Activity_KeyUp and control sequence of activities.
But there is "main" activity. When user clicks 'back' button I want simply to pause an activity (to hide it). How to do this ?
If to do nothing, back buttons returns previuos activity.
The app has multiply activities. Typiically I process KeyCodes.KEYCODE_BACK in Activity_KeyUp and control sequence of activities.
But there is "main" activity. When user clicks 'back' button I want simply to pause an activity (to hide it). How to do this ?
If to do nothing, back buttons returns previuos activity.