classe d'intention pour l'URL et le téléphone et autres

Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("https://www.vogella.com/"));
startActivity(i);
Stockholm