Hi all,
I have two activities in my application and both have
different affinities . One activity is
launcher and another one is normal one.The normal activity has
"standard" launch mode .
In this scenario i am trying to activate normal activity from
launcher activity
for more than once , by using "FLAG_ACTIVITY_NEW_TASK" intent object
without
destroying any normal activity instance from it's activity stack.
But at any time i have only one instance of normal activity in
it's own task.
As per documentation in android official web site ,When ever
An activity of standard launch
mode, is called from other components, New instance of that activity
should be created each
time .
Why is it behaving like that??
Am i missing any thing.
--
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