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