JobSchedulerCompat
JobSchedulerCompat copied to clipboard
[Deprecated] A backport of Android Lollipop's JobScheduler to api 10+
I tried to implement this library into one of my applications. If I run the app on a device with API21 everything works fine, but with devices < API21 there's...
How to create **local notification**, while application **running and closed**.
@evant Hello, why this lib is deprecated?
I have used this library Its working before. I don't no what I changed suddenly its not working this my activity private void setUpJobScheduler() { jobScheduler = JobScheduler.getInstance(this); ``` JobInfo...
Error: ``` java java.lang.RuntimeException: java.lang.ClassCastException: android.app.job.IJobCallback$Stub$Proxy cannot be cast to android.a.a.a at me.tatarka.support.job.JobService$JobHandler.handleMessage(Unknown Source) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5221) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694) Caused...
Dear Mr.evant after set service to my application in api
Hi evant Thanks for creating this library and bringing one of the best feature of android L to the real world. I tried to apply JobSchedulerCompat in one of my...
Good night. When I ran the program in KITKAT the program did not go into Loop, run the code only once, but shows no error, just stopped, follows the JobService...
The problem is occurred when you've recently scheduled an unmetered network triggered periodic job and after a while you want to schedule another job(e.g. an unmetered network triggered periodic job...
test sample with android 4.4.2 , this is the log : E/ActivityThread﹕ Service me.tatarka.support.internal.job.JobSchedulerService has leaked ServiceConnection me.tatarka.support.internal.job.JobSchedulerService$JobServiceConnection@41d7c648 that was originally bound here android.app.ServiceConnectionLeaked: Service me.tatarka.support.internal.job.JobSchedulerService has leaked ServiceConnection me.tatarka.support.internal.job.JobSchedulerService$JobServiceConnection@41d7c648...