Extension of {@link Menu} for context menus providing functionality to modify
the header of the context menu.
Context menus do not support item shortcuts and item icons.
To show a context menu on long click, most clients will want to call
{@link Activity#registerForContextMenu} and override
{@link Activity#onCreateContextMenu}.