Created
May 7, 2021 21:41
-
-
Save iambaljeet/fe087e11246c05bf62f87fd02093f096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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