I know that adding android:theme="@android:style/Theme.NoTitleBar" to the manifest removes the header, but what should I do to remove the notification bar?
android:theme="@android:style/Theme.NoTitleBar"
Use android:theme="@android:style/Theme.NoTitleBar.Fullscreen" .
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
Please use it wisely. Users like to see their notifications, signal strength, battery power, etc.