Skip to content

Instantly share code, notes, and snippets.

@brendan-fahy
Created January 19, 2017 20:43
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 brendan-fahy/c3abaae9b9e366aa4810570ced05a148 to your computer and use it in GitHub Desktop.
Save brendan-fahy/c3abaae9b9e366aa4810570ced05a148 to your computer and use it in GitHub Desktop.
if (isCharging) {
jobScheduler.schedule(jobInfo(context))
} else if (hasBeenDisconnected) {
jobScheduler.cancelAll()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment