[android-developers] Re: Launch browser issue. Is this a bug for 1.0?

2008-11-25 Thread Dianne Hackborn
Hard to say without a stack crawl or anything. On Mon, Nov 24, 2008 at 11:10 PM, 3D [EMAIL PROTECTED] wrote: On Sep 29, 9:37 pm, april [EMAIL PROTECTED] wrote: url=http://www.google.com;; Intent i = new Intent(Intent.ACTION_VIEW,Uri.parse(url)); startActivity(i); I've been developing

[android-developers] Re: Launch browser issue. Is this a bug for 1.0?

2008-09-30 Thread Mark Murphy
april wrote: url=http://www.google.com;; Intent i = new Intent(Intent.ACTION_VIEW,Uri.parse(url)); startActivity(i); If I changed url=http://127.0.0.1:4343/a.html;, I will get error the application is stopped unexpectly. Is this a bug? 127.0.0.1 is localhost, which, in this case,