I have my application that uses JobScheduler to check is it alive or not. As far as it must work in cases:
- User removed app from recent apps
- Smartphone was rebooted or battery was exhausted
Anyway application should launch as soon as it is possible.
I used JobScheduler
that worked perfect. But since under sdk26 Android doesn't launch my app if it was removed from recents.
What is the solution now? How can I setup JobScheduler
to force it to launch my JobService
?