parse-community / Parse-SDK-Android

The Android SDK for Parse Platform
https://parseplatform.org/
Other
1.88k stars 739 forks source link

startActivityForResult has been deprecated in favor of ActivityResultLauncher #1151

Closed Shvet closed 2 years ago

Shvet commented 2 years ago

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

Server

Database

Logs

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!