Uri uri = Uri.parse("http://hoge.com"); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent);