AFAIK you can't...
On Mar 23, 2012 12:40 AM, "Shajahan" <[email protected]> wrote:
> I am trying to launch browser with the specified URL. It works fine if
> it's web URL, but when the URL detected to be a video(say YouTube
> video) then it come up with choices to make between the browser &
> YouTube App installed in the device. Instead of this how to force this
> behavior to have the URL to open in DEFAULT Android phone's browser.
>
> Uri youTubeUrl = Uri.parse("http://www.youtube.com/watch?
> v=qC5W69uaoTA");
> Intent launchBrowser = new Intent(Intent.ACTION_VIEW, youTubeUrl);
>
> Any ideas ?
>
> --
> 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
--
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