Use this tag for questions related to the Android JobSchedule API for scheduling various types of jobs against the framework that will be executed in your application's own process.
Job Scheduler is working as expected on Android Marshmallow and Lollipop devices, but it is not running and Nexus 5x (…
android android-jobscheduler android-7.0-nougatI have an app which has a feature A which should run in background every minute. Feature A is that …
android alarmmanager background-process android-handler android-jobschedulerWe're implementing a Job via JobScheduler for background loading of data. The job will fire about once a day. What …
android job-scheduling android-jobschedulerWhy do we need the new Android WorkManager if we already have a JobScheduler along with a few nifty backports (…
android android-jobscheduler android-workmanagerI'm trying to use the android Job Scheduler API and all I'm trying to do is have the Job Scheduler …
android android-task android-jobschedulerI need to call one API daily in the background even if the app is closed. I have seen about …
android android-jobscheduler android-jetpack android-workmanagerI face very weird situation on certain device (Nexus 5x with Android 7): when I clean its data and uninstall it, …
java android android-manifest android-jobschedulerI tried to create a simple JobScheduler job just to see how it works. but I keep getting this exception …
android android-jobschedulerBackground Google has multiple solutions for job/task scheduling, such as JobScheduler and GcmTaskService. Each has its own advantages and …
android android-jobscheduler firebase-job-dispatcher gcmtaskserviceI am trying out the new JoScheduler API that has come with Android Lollipop. I have so far managed to …
android android-permissions android-jobscheduler