Search code examples
androidandroid-notification-bar

How to remove the android notifications bar?


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?


Solution

  • 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.