Skip to content

Instantly share code, notes, and snippets.

@SanojPunchihewa
Last active August 2, 2019 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SanojPunchihewa/fa20c7446aa52295c692dfb9ae35e07d to your computer and use it in GitHub Desktop.
Save SanojPunchihewa/fa20c7446aa52295c692dfb9ae35e07d to your computer and use it in GitHub Desktop.
continueUpdates onResume of the Activity
@Override
protected void onResume() {
super.onResume();
// Continue updates when resumed
mUpdateManager.continueUpdate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment