L leatherguy Member Licensed User Longtime User Mar 11, 2011 #1 Hi I would like to know how I can capture a click event from a hardware button, such as HOME, SEARCH, MENU I want to show a search dialog when a user presses the search button on his/her device.
Hi I would like to know how I can capture a click event from a hardware button, such as HOME, SEARCH, MENU I want to show a search dialog when a user presses the search button on his/her device.
klaus Expert Licensed User Longtime User Mar 11, 2011 #2 You should use the Activity_KeyPress event. Best regards. Upvote 0