How to programmatically trigger/click on a MenuItem in Android? June 11, 2023 by Tarik Use the method performIdentifierAction, like this: menu.performIdentifierAction(R.id.action_restart, 0);