Guys,
Does anyone knows how to intercept the "KEYCODE_CALL" event?
Seems like the activity won't pass it on to the "onKeyUp" handler.
Daniel.

public final void setDefaultKeyMode(int mode)
Select the default key handling for this activity. This controls what will happen to key events that are not otherwise handled. The default mode (DISABLE_DEFAULT_KEYS) will simply drop them on the floor.
Note that the mode selected here does not impact the default handling of system keys, such as the "back" and "menu" keys, and your activity and its views always get a first chance to receive and handle all application keys.

Users browsing this forum: Google Feedfetcher and 1 guest