I hid my notification bar for my activity by changing the theme to
Theme.NoTitlebar.FullScreen and then changed it in my manifest too.
I successfully hid the notification bar. But if I lock and then again unlock the screen when in the same activity, the notification bar becomes visible. How do I overcome this? I want to hide my notification bar throughout my activity.