How to disable/hide three-dot indicator(Option menu indicator) on ICS handsets which does\'t have menu button. ?
I am running application as
override method and return false remember of not call super
@Override public boolean onCreateOptionsMenu(Menu menu) { return false; }