Briefing Android Knowledge

Which of the following menu component descriptions should be put into (1)?

The following menu_option.xml defines the layout of the menu which is displayed by pushing the
device’s Menu button. Which of the following menu component descriptions should be put into (1)?

A.
<menultem android:id=”@+id/open” android:title-“Open”>

B.
<option android:id=”@+id/open” android:title=”Open”>

C.
<optionitem android:id-‘@+id/open”android:title-“Open”>

D.
<item android:id=”@+id/open” android:title-“Open”>

Explanation: