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 applicat
System.exit() instantly unloads whole virtual machine with all native libraries, services and etc.