livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

startActivityForResult is deprecated #74

Closed kelian closed 1 month ago

kelian commented 2 years ago

For example, in EmbeddedChatWindowFragmentExample.java the startActivityForResult and onActivityResult are deprecated methods.

The new way to do it: https://developer.android.com/training/basics/intents/result

Papashkin commented 1 year ago

Any update?

nomyzs commented 1 month ago

Hello! We have just released v2.4.0rc1 where we moved away from the deprecated startActivityForResult for File Sharing. It's not yet merged to master, but you can use a tag to try it out.

We hope it will solve your issue. We would appreciate any feedback you might have regarding the API.

nomyzs commented 1 month ago

We have released the changes