Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startActivityForResult is now deprecated #867

Open
RACA951106 opened this issue Dec 17, 2022 · 2 comments
Open

startActivityForResult is now deprecated #867

RACA951106 opened this issue Dec 17, 2022 · 2 comments

Comments

@RACA951106
Copy link

RACA951106 commented Dec 17, 2022

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
Copy link

You should use ActivityResultLauncher instead

@jens-muenker
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants