This repository was archived by the owner on Jan 13, 2018. It is now read-only.

Description
If the device doesn't have physical menu button, OnPrepareOptionsMenu won't get called when I click on the overflow menu button.
But in the official Google ActionBar implementation, it gets called.
I looked at ActionBarSherlock, it seems to be a problem as well.
I tried let OnCreateOptionsMenu return true to get OnPrepareOptionsMenu called but no luck. See here.