My application is always showing in Task Manager when I exit from my application. How do I destroy it? I used the onDestroy() method, but still it is running. I am using alarm manager and some database operations; is that the problem?
| |||||
feedback
|
|
Android does not destroy applications unless it needs to. See this answer for more details: Quitting an application - is that frowned upon? | |||
|
feedback
|
|
| |||
|
feedback
|
|
Its not a problem. thats how android works, terminating Application is done by os. But if you want to kill it then you may have to | |||
|
feedback
|