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?

Thanks

On Feb 16, 8:42 pm, Mark Wyszomierski <[email protected]> wrote:
> Hi,
>
> I added an intent filter to one of my activities, so that when a user
> clicks a URL like "www.mysite.com", and if my app is installed, my
> registered activity can be launched. It works well.
>
> I see that this creates a new instance of my registered activity
> though, every time a link is clicked. Is there any way to prevent
> multiple instances from being created - just recycle an existing
> instance if one already exists?
>
> 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