onOptionsItemSelected
This method should be called by your Activity
's onOptionsItemSelected method. If it returns true, your onOptionsItemSelected
method should return true and skip further processing.
Return
true if the event was handled and further processing should not occur
Parameters
item
the MenuItem instance representing the selected menu item