Код: Выделить всё
val url = "https://play.google.com/store/apps/datasafety?id=com.example"
Код: Выделить всё
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url)))
Подробнее здесь: https://stackoverflow.com/questions/792 ... ystore-app
Код: Выделить всё
val url = "https://play.google.com/store/apps/datasafety?id=com.example"
Код: Выделить всё
startActivity(Intent(Intent.ACTION_VIEW, Uri.parse(url)))