Between platform changes, new rules, and Android customizations by OEMs, scheduling long-running background jobs has become a quite challenging task. A practical solution that abstracts most of the underlying problems for developers is WorkManager, which supports both short, immediate jobs (Expedited Work) and long-running workers…