Hello,

Let's say I have an app that has a "search on Google" button. Every
time the user choose it, I want to bring up the browser and run a
Google search. Currently, I use:

    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url));

However, each time, it launches a new Window inside the browser. After
a few times, the browser complains that it cannot open new Window
anymore.

Is there a way to tell the browser to re-use the last Window I
created? Something like what you would do with <href=xxx
target=_mywindow> in HTML?

Thanks
Mattaku

--~--~---------~--~----~------------~-------~--~----~
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