Код: Выделить всё
val intent = Intent(Intent.ACTION_VIEW, "http://...")
startActivity(intent)
Подробнее здесь: https://stackoverflow.com/questions/790 ... plicit-int
Код: Выделить всё
val intent = Intent(Intent.ACTION_VIEW, "http://...")
startActivity(intent)