[android-developers] Re: avoiding Activity stack overflow...

2009-09-17 Thread tauntz
Hi, I guess that's exactly what you are looking for: http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT If set in an Intent passed to Context.startActivity(), this flag will cause the launched activity to be brought to the front of its task's

[android-developers] Re: avoiding Activity stack overflow...

2009-09-17 Thread sdphil
perfect, thx! On Sep 17, 1:40 am, tauntz tau...@gmail.com wrote: Hi, I guess that's exactly what you are looking for:http://developer.android.com/reference/android/content/Intent.html#FL... If set in an Intent passed to Context.startActivity(), this flag will cause the launched activity