Hi, I read the following text in App. Fundamentals today. This attribute is like clearTaskOnLaunch, but it operates on a single activity, not an entire task. And it can cause any activity to go away, including the root activity. When it's set to "true", the activity remains part of the task only for the current session. If the user leaves and then returns to the task, it no longer is present.
Does this mean, all activities with this flag set, will do away when the user moves out of and then back in to the task. Doesn't this leave the task with a different set of activities? For ex, before leaving task has A-B-C-D, where B and D are set to clearTaskOnLaunch. After moving out of task, user comes back to task. He will see - A-C. Am I right ? Is there a use case for this behaviour? Regards, UE. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

