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?
1. The code is auto generated and should not be edited
2. This method handles clicks and assign actions to menu items