sasq wrote:
> In my case I have a second Activty that I open from the Main Activity,
> and regardess of wether I call finish() myself or use HOME to switch
> to another application, onSavedInstanceState() is never called.

It won't necessarily be called in either of those cases.

In particular, in the case of pressing HOME, your activity is still
running and hasn't gone anywhere, except being paused and stopped since
it is no longer on-screen.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 In Print!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to