Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Last active May 14, 2021 19:24
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 magdamiu/698371e4037e09501ae66395d548ab5f to your computer and use it in GitHub Desktop.
Save magdamiu/698371e4037e09501ae66395d548ab5f to your computer and use it in GitHub Desktop.
Unique work sequence
WorkManager.getInstance(context)
.enqueueUniquePeriodicWork(
Constants.UNIQUE_NAME,
ExistingPeriodicWorkPolicy.KEEP,
syncPeriodically
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment