My goal is to make my app unkillable.
- Application has admin permissions granted.
- I have one activity and one service.
- Applionation cannot be uninstalled while Admin permission is active (thats good).
- Service is auto re-creating. That's also correct.
Unfortunately on Android 5 - Lollipop user can click on all apps button - then go to Task Manager and simply END my app without any problems. After that service is destroyed for good (activity too obviously...)
Is this a way to prevent that?