When I test my android application on my phone, the application don’t want to quit and make a bug on my phone. My little app take 70MB on my phone and still alive all the day…
How can I close it?
Do I have to put a Listner for the button “return” or there is some methods made from the SDK???
Thanks !
EDIT:
My application still runing, even if I press “HOME” … this is not normal, is it?
you can override onKeyDown function like this