Intent intent = new Intent(Intent.ACTION_VIEW).setData(Uri.parse("https://www.google.com")); startActivity(intent);