You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android-interop-testing and the examples use AsyncTask. AsyncTask is deprecated. The usages should probably be migrated to FutureTask or the like, but care should be taken to make sure to update any UIs on the UI thread.