startActivityForResult has been deprecated in favor of ActivityResultLauncher #1151
Closed
4 tasks done
Labels
type:feature
New feature or improvement of existing feature
New Issue Checklist
Issue Description
startActivityForResult
has been deprecated in latest androidx libraries and can be replaced withActivityResultLauncher<Intent>
.Steps to reproduce
You can find use of
startActivityForResult
inParseGoogleUtils.login()
function.Actual Outcome
Expected Outcome
Environment
Parse Android SDK
3.0.0
6.0
to12.0
Server
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
Database
FILL_THIS_OUT
FILL_THIS_OUT
FILL_THIS_OUT
Logs
The text was updated successfully, but these errors were encountered: