That is the normal behavior, and something you pretty much don't want to change. Why do you want to do this instead of having multiple instances of an activity in the same task?
On Sat, Nov 14, 2009 at 1:56 AM, pink 444 <[email protected]> wrote: > Hi all, > > I am trying to know the association between activities and > tasks. > > Thus i tried to instantiate root of a task for multiple times by > using intent object, which has FLAG_ACTIVITY_NEW_TASK flag .But i did > not get succeeded. > > Instead the intent ,which fired to instantiate root of a task > for multiple times, are simply ignored but the task came to > foreground. > > Thus my question here is, Can't we have multiple instances for > root of a task in the same task. > > Any help would be appreciated highly. > > > Regards, > -Siva. > > -- > 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]<android-developers%[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

