I would like to have onPrepareOptionsMenu
called every time a user clicks the overflow menu button (3 dots). From what I understand, on HC+ devices the menu is considered to always be showing, so onPrepareOptionsMenu
will only be called the first time, or after invalidateMenuOptions
is called. My question is, how do I call invalidateMenuOptions
on an overflow button click? This is in a Fragment
that is in an ActionBarCompat ActionBarActivity
.
问问题
657 次