guich wrote: > Thanks. I got that the onStop event is called when the home key is > pressed.
onStop() is called any time the activity is no longer visible. Hence, onStop() will be called for: -- HOME -- BACK -- you starting another activity -- the user choosing a notification from the drawer -- an incoming phone call -- etc. > As a side question, is there a way to discover the name of the intent > that called another intent? Like a stack trace of intents. No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

