If you look at ApiDemos > App > Activity > Forwarding, you will see an example that does this exact same thing, so there must be something different that you are doing. Just making an activity singleTop won't have that effect (though singleInstance or singleTask -would).
On Aug 21, 7:09 pm, Gil <[EMAIL PROTECTED]> wrote: > Thanks hackbod! I moved the call to finish() after startActivity(). > The behavior has not changed though. --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

