Same problem here. I've got a Unity app that's launching a video player as a secondary activity. If I hit HOME and then do a regular app launch it resumes Unity but not my video player. If I hit HOME, then long-press HOME and launch the app from the recent list, it resumes on my video player like I want.
It seems like Unity is setting some flag that clears the activity stack on re-launch, but I couldn't figure out how to counter it directly. Instead I worked around the issue by checking some stored state when the app resumes and just manually restarting my secondary activity if need be. -- 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

