What does this method of Activity do? I thought I knew but somehow I've lost all understanding and context.
"Select the default key handling for this activity. This controls what will happen to key events that are not otherwise handled. The default mode (DEFAULT_KEYS_DISABLE) will simply drop them on the floor. Other modes allow you to launch the dialer (DEFAULT_KEYS_DIALER),..." http://code.google.com/android/reference/android/app/Activity.html#setDefaultKeyMode(int) Isn't every Key Event handled? ..Not sure what "drop them on the floor" means. So what if I want to "launch the dialer"? I code the method. Then the user has to do what for the Dialer to be launched? - Juan T. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

