android - jobscheduler: how to reschedule a task after it's have finished? -


i can't find how reschedule task after it's over. when finish job (just calling jobfinished in main thread) how can reschedule same job ? problem jobfinished is not executed immediately , if schedule new task with same id, current job canceled (even if in fact it's finished) , it'll call onstopjob procedure


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -