Hi,

I'd like to use FLAG_ACTIVITY_CLEAR_TOP to launch an activity in my
app. It has one feature I don't want though - it restarts the target
intent, instead of just resuming it. Example history stack, with
activity D making the call to B with that flag:

 A  B  C  D

 new stack

 A  B

but 'B' gets relaunched, its onCreate() method is called. Since B is
already in the history stack, is there a way I can use this flag, but
have it *not* recreate B, just onResume() it again? The reordering
flags are kind of what I need too, but they won't pop C and D, just
reshuffle the stack so B comes to the top, but I want C and D to go
away,

Thanks

-- 
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

Reply via email to