Skip to content Skip to sidebar Skip to footer

Workmanger Works On Oreo But Not Lollipop

WorkManager states that it works on OSes before JobScheduler and the like, yet it doesn't seem to work on API levels that use AlarmManager. I have a PeriodicWorkRequest which runs

Solution 1:

Lollipop's functionality has been fixed in the newer version: android.arch.work:work-runtime:1.0.0-alpha04.


Post a Comment for "Workmanger Works On Oreo But Not Lollipop"