nextcloud/talk-android

Remove deprecated startActivityForResult() and onActivityResult() APIs

parneet-guraya opened this issue · 0 comments

While the underlying startActivityForResult() and onActivityResult() APIs are available on the Activity class on all API levels, Google strongly recommends using the Activity Result APIs introduced in AndroidX Activity and Fragment classes.

startActivityForResult() and onActivityResult() APIs are deprecated. We should use newer Result APIs.