Added options menu support to Controllers
Controllers can now opt to receive onCreateOptionsMenu(Menu, MenuInflater)
, onPrepareOptionsMenu(Menu)
, and onOptionsItemSelected(MenuItem)
callbacks by registering with the setHasOptionsMenu(boolean)
method.