I'm trying to keep my activity calling flow simple for the user. Always one 
instance of the activity on the history stack.

So using flag 
FLAG_ACTIVITY_REORDER_TO_FRONT<http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT>,
 
is perfect! but there is a slight issue. 

The activity is brought to the front but the onCreate() is not called if 
Activity is already started. Makes sense, but I want the behavior to be that 
it calls onCreate().

Thanks for the help!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to