顯示網頁

Uri uri = Uri.parse("http://google.com");

Intent it = new Intent(Intent.ACTION_VIEW, uri);

startActivity(it);