[android-developers] Re: How to launch browser activity?

2008-12-05 Thread junker37
Thanks a lot, that worked. I had tried that before, but without the protocol on the front, just www. That makes sense now. On Dec 4, 6:19 pm, Mark Murphy [EMAIL PROTECTED] wrote: junker37 wrote: I have been unable to find out how to launch the browser activity in 1.0_r1.

[android-developers] Re: How to launch browser activity?

2008-12-04 Thread Mark Murphy
junker37 wrote: I have been unable to find out how to launch the browser activity in 1.0_r1. startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(http://...;))); should do it, I think. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_