I want to do a custom action when pressing on the Menu button on the phone.
Menu
Is it possible to set an onClickListener (or similar) on the button and if s
You could probably hack something in using "OnMenuOpened" or some such, but I really wouldn't recommend it. The menu button is only supposed to be used to show menus, so there is consistency between applications.