Hi,

   I have 2 independent surface views (no ViewGroup) andI want to
handle the BACK key in my application.The BACK key works fine in both
views. Unfortunately, if I press BACK during the view transition, the
OS handles the key so the application exits.

I moved the keys callbacks from the views classes to my activity class
but I still have the error. During the view transition, I don't
receive key events in my activity class. Is it the wanted behaviour on
the API side? I'm using API 1.1.1..

Is there a way to disable the BACK key? Do you have any suggestion on
how to fix my bug?

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