Hi! Is there any way to get the example in "Story 3" at http://android-developers.blogspot.com/2009/12/back-and-other-hard-keys-three-stories.html actually working? Having onBackPressed in an activity will cause a java.lang.VerifyError to be thrown when running on an 1.6 device.
I really want to avoid just overriding back with onKeyDown, because this means that the event will be thrown right after the back button is pressed down and not when it is released (which is not the standard behavior on Android). Thanks! -- Veeti P. http://rojekti.fi/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en