PingPlusPlus / pingpp-android

413 stars 190 forks source link

Support ActivityResultLauncher instead of onActivityResult #84

Open jcooperation0137 opened 2 years ago

jcooperation0137 commented 2 years ago

Hello, support team.

OnActivityResult is deprecated, so google suggests to use ActivityResultLauncher instead of onActivityResult to handle a result from an activity, but I think Ping++ doesn't support the new way

https://developer.android.com/training/basics/intents/result

Please read the documentation above and I will be appreciated if the Ping++ support team supports the recommended implementation.

Many thanks