It looks like you're new here. If you want to get involved, click one of these buttons!
antix            
            
                Member             
            stage:addEventListener(Event.KEY_DOWN, function(event) if event.keyCode == KeyCode.BACK then application:exit() end end)  | 
Comments
\
https://deluxepixel.com
However, android may choose to retain the activity in memory but frozen, just in case the user wants to start it again right after.
http://stackoverflow.com/questions/10847526/what-exactly-activity-finish-method-is-doing
Likes: SinisterSoft
https://deluxepixel.com
Anyway, it would be good if when I asked the application to exit, that it actually disappeared totally
http://blog.radioactiveyak.com/2010/05/when-to-include-exit-button-in-android.html
http://stackoverflow.com/questions/16967356/why-my-app-still-visible-in-task-manager-after-finishing-it
Likes: antix