Skip to content

Instantly share code, notes, and snippets.

@iambaljeet
Created May 7, 2021 21:41
Show Gist options
  • Save iambaljeet/fe087e11246c05bf62f87fd02093f096 to your computer and use it in GitHub Desktop.
Save iambaljeet/fe087e11246c05bf62f87fd02093f096 to your computer and use it in GitHub Desktop.
WorkManager.getInstance(this)
.beginUniqueWork("ForegroundWorker", ExistingWorkPolicy.APPEND_OR_REPLACE,
OneTimeWorkRequest.from(ForegroundWorker::class.java)).enqueue()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment