Hi, JobRescheduleService is not allowd to start service when run on android 8.
The version is 1.1.12
Was it fixed in newer version? Which version if yes?
More detail:
App starts in background
01-29 03:20:29.054 1289-1289/? E/JobRescheduleService: Not allowed to start service Intent { cmp=com.test.Test/com.evernote.android.job.JobRescheduleService (has extras) }: app is in background uid UidRecord{a427076 u0a69 RCVR idle procs:1 seq(0,0,0)}
java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.test.Test/com.evernote.android.job.JobRescheduleService (has extras) }: app is in background uid UidRecord{a427076 u0a69 RCVR idle procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1505)
at android.app.ContextImpl.startService(ContextImpl.java:1461)
at android.content.ContextWrapper.startService(ContextWrapper.java:644)
at com.evernote.android.job.WakeLockUtil.startWakefulService(WakeLockUtil.java:95)
at com.evernote.android.job.JobRescheduleService.startService(JobRescheduleService.java:27)
at com.evernote.android.job.JobManager.
at com.evernote.android.job.JobManager.create(JobManager.java:108)
at com.test.Test.
Most helpful comment
https://github.com/evernote/android-job#download