Uri uri = Uri.parse("http://www.google.com");Intent intent = new Intent(Intent.ACTION_VIEW,uri);startActivity(intent);
打开浏览器
程序接口