I know that adding android:theme="@android:style/Theme.NoTitleBar"
to the manifest removes the title, but what do I do to remove the notifications bar?
Use android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
.
Please use this judiciously. Users like being able to see their notifications, signal strength, battery charge, etc.