Use JobService in Android KitKat (4.4, API 19)

139 views Asked by At

Is there a way to use the JobService component and related components in an Android app with minSDK 19 (Android Kitkat, API level 19) ?

Thanks in advance

1

There are 1 answers

0
tyczj On BEST ANSWER

WorkManager replaced JobScheduler/JobService and you can use it from API level 14 and up.

But to answer you question specifically no, JobScheduler was add in api level 21