Я пытался использовать tedpermission в своем специальном приложении для Android. Поэтому я добавил реализацию tedpermission в свой код. Я подумал, что смогу использовать PermissionListener, добавив реализацию tedpermission. Но я не могу это использовать. Почему?
вот мой код в build.gradle(module).
зависимости {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'gun0912.ted:tedpermission:2.2.3'// I added tedpermission here
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
Подробнее здесь: https://stackoverflow.com/questions/720 ... -not-added