Mark Wyszomierski wrote: > To clarify: > > MyApp::ActivityA is running > > Browser launches new MyApp::ActivityA instance. > > Inside the new instance of MyApp::ActivityA, I want to be able to see > that there is already a previous instance of MyApp::ActivityA running, > close myself, and bring it to the foreground. > > Is that possible?
Check the various android:launchMode values for the <activity> element in the manifest to see if one fits your situation. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

