Android: How can I set a listener to the MenuButton?
- by Mannaz
I want do 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 how?
onCreateOptionsMenu is only called the first time the button is pressed - I already tried this.