4

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?

GeorgePotter
  • 889
  • 1
  • 10
  • 18
AnimatedRNG
  • 1,859
  • 3
  • 26
  • 39

1 Answers1

5

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.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491