Capturing 'back' key input

For anyone who is still struggling with this, like I was (I spent 2 hours solving this :rolling_eyes:)
You have to delete the INPUT_MAPPING_EXIT mapping in order for this to work. Otherwise your app will just exit.
Put inputManager.deleteMapping(SimpleApplication.INPUT_MAPPING_EXIT); into simpleInitApp() and then handle stuff with touch listeners.