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
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
Current implementation calls unregister right after activity onPause() call since it's the only one guaranteed by framework. This might not be the best approach especially with minSdkVersion set to 15.
Best place for this calls is probably in onStart()/onStop()
The text was updated successfully, but these errors were encountered:
Current implementation calls
unregister
right after activityonPause()
call since it's the only one guaranteed by framework. This might not be the best approach especially withminSdkVersion
set to 15.Best place for this calls is probably in
onStart()
/onStop()
The text was updated successfully, but these errors were encountered: