Thanks very much. I tried that and it works great, except when I am on the Pictures List Activity (Sub), press Home, press the App icon I'll get back to the Show Albums Activity (Sub). So far so good, but when I press "Back" I'll get back to the previous Pictures List Activity (Sub). I would have expected to be back at home, figuratively speaking.
On Mon, Apr 20, 2009 at 6:09 PM, [email protected] < [email protected]> wrote: > > Hi > > See > > http://groups.google.com/group/android-developers/browse_thread/thread/e29bd82a7fec43c6/44835d74b0af3f5f?lnk=gst&q=ellipsoidmobile#44835d74b0af3f5f > > I think you'll find that the standard behaviour (without specifying > the launchMode in your manifest) will do what you want (assuming that > you aren't calling finish() in your picture list pause event) > > The system will decide when to kill your app, so there is no guarantee > that they will be returned to your picture list, but if the system > hasn't killed your app (e.g. for memory reasons) then they should be > with the standard behaviour. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

