@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.main, menu);
return true;
这是菜单布局代码,return true有什么用呢?能不能改成false,改了能有什么用处,能举些例子么?