How to kill my own Activity - the hard way
问题 So I have my Activity, and on pressing a "Quit" button I call Activity.finish(). This effectively closes my application. The problem: The Dalvik-process of my application is still hanging around as a zombie in background. It seems like this is normal as other applications do the same. Even The hello-world example hangs around in memory.. I could live with this, but unfortunatley this behaviour makes the development of my application a pain. I have a remote service connected to my Activity,