I've couple of questions regarding JobScheduler service of Android.
First of all, how or/and when the related JobService of a JobScheduler started? For example, after I call schedule method or something else?
I'm also a bit curious about how exactly we pass a binder component to the bound JobService (Is it extracted from the ComponentName instance?).
And what's happenning to the messages queued in the JobService's message queue (not the system service JobScheduler's queue) when the app has gone (crashed, closed, stopped)?
Hope they're clear.
Thanks in advance