Hi, I just re-read the documentation [1] on launchMode and still don't get it.
Let's say I have the fictional activities Show Albums and Show Picture List. Show Albums is a top level view that can be used to drill down to the Pictures List by firing the intent that is associated with the Pictures List. When done with the Pictures List the user presses "BACK" and the finish() returns the user to the Show Albums activity. Now what do I have to specify for the two activities' launch mode? They should just be started once. The Pictures List is only called by the Show Albums activity. When I specify singleTask for both and the user is in Show Pictures List, changes to another activity using a long press on home, and comes back to the app icon using the long press on home again, then s/he is back to Show Albums, but not to the most recently visited Show Pictures List, which would be his or her intention. Cheers, Mariano [1] http://developer.android.com/guide/topics/manifest/activity-element.html#lmode --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

