I am interested to know what happens when a user click a "force close" in a pop up when application is not responding for a significant amount of time.
What all events will be fired? Will the task removed from tray?
I think when an activity is force closed, dalvik will clean the app cache and start last activity in the back stack. But not sure how exactly it works.
Any input is appreciated.
Here is a resource I am looking at http://developer.android.com/guide/topics/fundamentals/tasks-and-back-stack.html