I\'m trying to remove/disable the ActionBar. I tried to put in the Manifest:
getActionBar().hide();
I think this should work.