How to remove the android notifications bar? -
i know adding android:theme="@android:style/theme.notitlebar"
manifest removes title, do remove notifications bar?
use android:theme="@android:style/theme.notitlebar.fullscreen"
.
please use judiciously. users being able see notifications, signal strength, battery charge, etc.
Comments
Post a Comment