I\'m currently trying to add a click listener to the menu hardware button. Currently I\'m just putting my onclick logic into the onCreatePanelMenu-method and return false. B
try this http://developer.android.com/guide/topics/ui/menus.html#ChangingTheMenu
If you want to change the Options Menu any time after it's first created, you must override the onPrepareOptionsMenu() method
so the system will call onPrepareOptionsMenu() every time the user clicks Menu key
onPrepareOptionsMenu()
Menu