It seems like many phones do not have a menu button, and I don’t want to sculpt a panel, I want to bring up the menu when I click on ImageButton . How to remake this command for it:

 @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.menu_main, menu); return true; } 

1 answer 1

Call the method of openOptionsMenu() : openOptionsMenu()