What happens to tasks enqueued in Workermanager a...
# android
s
What happens to tasks enqueued in Workermanager and app faces process death ? Will those tasks survive and later when app is relaunched will it be started or how it is ?
a
WorkManager keeps a database of tasks across process death and will use a variety of mechanisms to launch the app again to run those tasks when pending task requirement conditions are met, such as the system JobScheduler or broadcasts depending on the OS version the device is running