chat-window-android
chat-window-android copied to clipboard
startActivityForResult is deprecated
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
Any update?