What tools are available to test JobScheduler?
We're implementing a Job via JobScheduler for background loading of data. The job will fire about once a day. What tools are available for us to test this functionality (possibly ADB)? Use cases are to be able to simulate the conditions required for a Job to be run or to just say specifically "Run this job" as part of our automated test suite. tim Right. Henning and P4u144 set me on the right track to answer this in more detail. Identify all registered jobs Identify your task with the adb shell dumpsys jobscheduler command. This will give you a huge output in following categories. Settings