I have a query regarding which API to use for running background jobs for devices which are below 5.1(LOLLIPOP). As JobScheduler API supports only 5.1 and above devices. I wanted to implement a background job API for devices below 5.1. Any one who worked on this can give your valuable suggestions so that I can move according based on the answers.
Thank you.