One more note on item #4 above. I have set logs in my Activity.onStop/ onDestroy() methods, and strangely I do not see ActivityA1.onDestroy() being called after I resume the main Task in step 4, and the system takes me back to the root ActivityA. The system has apparently orphaned the previously running Activity A1 by not destroying it when the root Activity A resumes with onNewIntent.
-- 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

