0

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

Rodolfo Conde
  • 49
  • 1
  • 7

1 Answers1

3

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

tyczj
  • 71,600
  • 54
  • 194
  • 296