Top "Android-jobscheduler" questions

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 not running on Android N

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-nougat
Job Scheduler vs Background Service

I 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-jobscheduler
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 …

android job-scheduling android-jobscheduler
Android WorkManager vs JobScheduler

Why do we need the new Android WorkManager if we already have a JobScheduler along with a few nifty backports (…

android android-jobscheduler android-workmanager
Job Scheduler not running within set interval

I'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-jobscheduler
Android WorkManager api for running daily task in Background

I 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-workmanager
How to prevent auto-backup of an Android app?

I 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-jobscheduler
Android java.lang.IllegalArgumentException: No such service ComponentInfo JobScheduler

I tried to create a simple JobScheduler job just to see how it works. but I keep getting this exception …

android android-jobscheduler
Firebase JobDispatcher - how does it work compared to previous APIs (JobScheduler and GcmTaskService)?

Background 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 gcmtaskservice
Android JobScheduler - can't create a persistent job

I am trying out the new JoScheduler API that has come with Android Lollipop. I have so far managed to …

android android-permissions android-jobscheduler