
Попробовал это:
Код: Выделить всё
val intent = Intent(Intent.ACTION_VIEW)
intent.setClassName(
"com.google.android.gms",
"com.google.android.gms.settings.GoogleAccountSettingsActivity"
)
startActivity(intent)
Подробнее здесь: https://stackoverflow.com/questions/786 ... ndroid-app
Мобильная версия