open fun onOptionsItemSelected(item: MenuItem): Boolean
Navigates to the settings screen if the settings menu item was selected.
item - The selected item.
item
Return true if the selection was handled and false otherwise.
Author Jan Müller