(Deprecated) Fragment onOptionsItemSelected not being called
Same problems happened to me: onMenuItemSelected events didn’t get called in Fragment Searched google cann’t find a solution, and add onMenuItemSelected method in FragmentActivity doesn’t solve it. Finally resolve it by following reference to http://developer.android.com/guide/topics/ui/actionbar.html Note: If you added the menu item from a fragment, via the Fragment class’s onCreateOptionsMenu callback, then the system calls … Read more