Hi

Did you manage to find a solution? or is this still an issue?

Alec

On Feb 9, 7:48 pm, "mattaku.betsu...@gmail.com"
<mattaku.betsu...@gmail.com> wrote:
> 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 thebrowserand 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 thebrowser. After
> a few times, thebrowsercomplains that it cannot open new Window
> anymore.
>
> Is there a way to tell thebrowserto 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to