I have issues removing title bar, my app crashes on a Samsung Galaxy Ace Plus S7500. I tied different ways:
From code
requestWindowFeature(Window.FEATURE_NO_TITLE);
From xml
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
My device is running API 10.