Search code examples
androidandroid-4.4-kitkatjobservice

Use JobService in Android KitKat (4.4, API 19)


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


Solution

  • 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