- keyCode
- The value in event.getKeyCode().
- e
- Description of the key event.
Documentation for this section has not yet been entered.
Called when a key was released and not handled by any of the views inside of the activity. So, for example, key presses while the cursor is inside a TextView will not trigger the event (unless it is a navigation to another object) because TextView handles its own key presses.
The default implementation handles KEYCODE_BACK to stop the activity and go back.