Android Question [ANSWERED] Is there a way to push an activity onto the history stack?

Lee Gillie CCP

Active Member
Licensed User
Longtime User
My app has a start menu. It appears briefly. One of the menu options is "settings". In main activity creation I call the button click handler to go to settings dialog if some critically important settings are not yet known. That's fine, but when the settings dialog exits it then exits the program. I would like it to go to my main menu instead (which is seen under the settings custom dialog).
 

Lee Gillie CCP

Active Member
Licensed User
Longtime User
Never mind. My dialog was crashing on the way out. It really did return to the main menu. My question is mute.
 
Upvote 0
Top