Within my apps I often enable/disable menu entries and do make them visible from onPrepareOptionsMenu.
Today I started to add the android:showAsAction menu attribute
save a reference to the menu and call:
this.menu.clear(); this.onCreateOptionsMenu(this.menu);