OSDN Git Service

Merge change Ic94b435b into eclair
authorAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 28 Sep 2009 22:14:51 +0000 (18:14 -0400)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 28 Sep 2009 22:14:51 +0000 (18:14 -0400)
* changes:
  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.


Trivial merge