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 has been deprecated in favor of ActivityResultLauncher #1151

Closed
4 tasks done
Shvet opened this issue Jan 13, 2022 · 1 comment · Fixed by #1150
Closed
4 tasks done

startActivityForResult has been deprecated in favor of ActivityResultLauncher #1151

Shvet opened this issue Jan 13, 2022 · 1 comment · Fixed by #1150
Labels
type:feature New feature or improvement of existing feature

Comments

@Shvet
Copy link
Contributor

Shvet commented Jan 13, 2022

New Issue Checklist

Issue Description

startActivityForResult has been deprecated in latest androidx libraries and can be replaced with ActivityResultLauncher<Intent>.

Steps to reproduce

You can find use of startActivityForResult in ParseGoogleUtils.login() function.

Actual Outcome

Expected Outcome

Environment

Parse Android SDK

  • SDK version: 3.0.0
  • Operating system version: 6.0 to 12.0

Server

  • Parse Server version: FILL_THIS_OUT
  • Operating system: FILL_THIS_OUT
  • Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): FILL_THIS_OUT

Database

  • System (MongoDB or Postgres): FILL_THIS_OUT
  • Database version: FILL_THIS_OUT
  • Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): FILL_THIS_OUT

Logs

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • ❌ Please fill out all fields with a placeholder FILL_THIS_OUT, otherwise your issue will be closed. If a field does not apply to the issue, fill in n/a.

@mtrezza mtrezza linked a pull request Jan 13, 2022 that will close this issue
5 tasks
@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants