Work Manager Periodic Job Not Working On Chinese Roms Once App Is Force Closed
I have tried stack overflow but people only added Android documentation which says it'll work but it doesn't i have also raised an issue in google's issue tracker here. I have test
Solution 1:
This is a known issue and, as commented in this other bug on Google's issuetracker, there's not much that WorkManager can do in these cases.
As commented in this bug:
...if a device manufacturer has decided to modify stock Android to force-stop the app, WorkManager will stop working (as will JobScheduler, alarms, broadcast receivers, etc.). There is no way to work around this. Some device manufacturers do this, unfortunately, so in those cases WorkManager will stop working until the next time the app is launched.
Post a Comment for "Work Manager Periodic Job Not Working On Chinese Roms Once App Is Force Closed"