startActivityForResult is now deprecated
RACA951106 opened this issue · 2 comments
RACA951106 commented
This is the configuration of my project
defaultConfig {
applicationId "com.example.myapplication"
minSdk 28
targetSdk 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
it's not a bug, I just want to inform you that startActivityForResult is now deprecated and I think you should adapt the library to the new way of using this function.
lucaslamounier08 commented
You should use ActivityResultLauncher instead
jens-muenker commented
I guess nobody with write access updates this library anymore. (#651 (comment))
I made a fork which is working well for Android 13. In addition to the small updates, I translated most of the code to kotlin and updated it.