Home | History | Annotate | Download | only in app_package
      1     @Override
      2     public boolean onCreateOptionsMenu(Menu menu) {
      3         // Inflate the menu; this adds items to the action bar if it is present.
      4         getMenuInflater().inflate(R.menu.${menuName}, menu);
      5         return true;
      6     }
      7