I make some researsh and I found that we can make a service running in bakground with Android services.
Now I want to keep the service running even if I close my main application (and remove it from the recent apps
list). And then if I want to see the service status, I have to reopen my application and check the status of the background service
1) Is it possible to do that in Android
2) If yes How I can do that? I Just need a global steps. No need for details.
Please note theat my background service should access to networks and disks