There is nothing special about calling this from a fragment; all it is doing is calling the containing activity's startActivity().
If you say the logcat is showing the first activity being started again, then most likely you are calling startActivity() somewhere and causing that. On Thu, Mar 24, 2011 at 7:11 PM, jotobjects <[email protected]> wrote: > startActivity from a fragment starts the Activity and then returns > immediately. It executes the onCreate in the new Activity but never > brings it to the front. > > Has anyone seen this behavior? > > -- > 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 > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

