Keycode for KEYCODE_SETTINGS ?
Monkey Targets Forums/Android/Keycode for KEYCODE_SETTINGS ?| 
 | ||
| How do I detect when the settings key is pressed? | 
| 
 | ||
| is Settings a standard interface key?  From what I understand, the only keys which are standard are:  back, home, menu, and maybe search.  The use of Menu as a hardware key is now depreciated. | 
| 
 | ||
| SOLVED: Thank you  Nobuyuki! KEY_MENU was the one I was looking for. |