| Member Name | Description |
|---|---|
| Dialer | Use with Activity.SetDefaultKeyMode(DefaultKey) to launch the dialer during default key handling. |
| Disable | Use with Activity.SetDefaultKeyMode(DefaultKey) to turn off default handling of keys. |
| SearchGlobal |
Activity.SetDefaultKeyMode(DefaultKey) See Android.App.SearchManager for more details. |
| SearchLocal |
Activity.SetDefaultKeyMode(DefaultKey) See Android.App.SearchManager for more details. |
| Shortcut |
Activity.SetDefaultKeyMode(DefaultKey) That is, the user does not need to hold down the menu key to execute menu shortcuts. |