Created
May 10, 2018 17:49
-
-
Save parahall/eaf84389c49b66b0a0c92ca44254fc94 to your computer and use it in GitHub Desktop.
This file contains 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
PeriodicWorkRequest locationWork = new PeriodicWorkRequest.Builder( | |
LocationWork.class, 15, TimeUnit.MINUTES).addTag(LocationWork.TAG).build(); | |
WorkManager.getInstance().enqueue(locationWork); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment