Briefing Android Knowledge

Which of these Activity class methods must be overridden when creating a Menu that is displayed when

Which of these Activity class methods must be overridden when creating a Menu that is displayed
when the device’s Menu button is pressed?

A.
onCreateContextMenu

B.
onMenuOpened

C.
onCreateOptionsMenu

D.
openOptionsMenu

Explanation: