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)
commit8c77415ede684d89b738b3cf6cdaeaacd541eb87
tree17adbda2ecb05414e9ff625bacca1ca3393070bc
parent9e4715e6d94e300605ab845c2e68bddaf8c23c8f
parentc94b435b868df59c99c131b69a642b53aa28b623
Merge change Ic94b435b into eclair

* 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.