I want to do a custom action when pressing on the Menu
button on the phone.
Is it possible to set an onClickListener (or similar) on the button and if so, how?
onCreateOptionsMenu
is only called the first time the button is pressed - I've already tried this.