Josh wrote:
> I figured out my problem. I was overriding onKeyDown. I removed the
> override and it works as it should.

For keys you do not handle, call and return the result from
super.onKeyDown(). This will allow Android to process keys you are not
directly interested in, while still allowing you to handle the keys you
need.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Looking for Android opportunties? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to