On Jan 15, 9:49 pm, jtaylor <[email protected]> wrote:
> 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#se...)
>
> 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.
Is this for Key Events that are not assigned, like CTRL + F3. So if
that is not assigned to anything if I set the method to
DEFAULT_KEYS_DIALER it would launch the dialer?
Oh, I guess so.
- 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
-~----------~----~----~----~------~----~------~--~---