commit | c94b435b868df59c99c131b69a642b53aa28b623 | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Mon Sep 28 15:06:25 2009 -0700 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Mon Sep 28 15:06:25 2009 -0700 |
tree | b0fcd0de9ac0ab6b437ea25cf0626898260a406f | |
parent | 3a683661975908a9bfe2ef4ae5097a8d4ad75b53 [diff] |
Fix bug 2142296 where the user couldn't back out of the JetBoy demo. The application was trapping the key up event on the back key. It worked on Donut because the framework implemented the "back" behavior on the key down. The fix consists in sending the key up event on the back button to the Activity class.