Consider the following the code : public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.game_menu, menu); return true; } Which of the following is true about the code above?

🎲 Try a Random Question  |  Total Questions in Quiz: 101  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Android Certified Application Developer (AND-401) Test 2 — practice the complete quiz, review flashcards, or try a random question.


Consider the following the code : public boolean onCreateOptionsMenu(Menu menu) { MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.game_menu, menu); return true; } Which of the following is true about the code above?