val url = “https://web.whatsapp.com” val intent = Intent(Intent.ACTION_VIEW, Uri.parse(url)) startActivity(intent)