Я выполнил это https://stackoverflow.com/a/65653754/3467187
Код: Выделить всё
class AbcActivity : ComponentActivity(n) {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_permissio)
if (savedInstanceState == null) {
// Here I want to use supposrtFragmentManger
}
}
Код: Выделить всё
dependencies {
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.activity:activity-compose:1.8.0")
..
}
Подробнее здесь: https://stackoverflow.com/questions/774 ... s-together
Мобильная версия