1 min readNov 30, 2019
Hi! Sorry for delay. “Persist” in Priority Queue allows the library to persist job on storage, in case the job was interupted by killing the app for example.
WorkManager do this automatically.
https://developer.android.com/topic/libraries/architecture/workmanager
“The WorkManager API makes it easy to schedule deferrable, asynchronous tasks that are expected to run even if the app exits or device restarts.”