How can I set the 'singleActivityMode' flag for an activity group's constructor?
http://code.google.com/android/reference/android/app/ActivityGroup.html#ActivityGroup(boolean) The problem I am encountering is that although my activity group's onResume/onPause methods are getting called, the onResume/onPause methods of each of the activities started by the activity group's local activity manager are not getting called. I looked at the source code for LocalActivityManager's dispatchPause() and dispatchResume() APIs and I see that when this 'singleActivityMode' flag is 'true' (which is the default), the underlying activities' onPause/ onResume lifecycle events don't get called. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

