I have a group link of Telegram. What I want is when i click on the button them i want to open that like into the telegram app instead of browser(Currently it is opened in browser).
Here is the code that i have tried to make it possible :
val group_telegram = Intent (ACTION_VIEW, Uri.parse("https://t.me/name_group"))
startActivity(group_telegram)
Thanks