I am seeing my app in the following screen
https://i.stack.imgur.com/BbqqZ.jpg
If I swipe my app to the right, I notice that the process and services related to app are killed.
- How to avoid killing the process and services when we swipe?
- How to keep the service (I am using IntentService - so other
answer mentioned for similar question doesn't work) running when the app is swiped to right? - Answer mentioned here restarts (which means the service doesn't do its job for few seconds during the restart phase) the service and process. I want the service to work continuously without any drop. How to do this?