My application is running landscape mode and I have set the following property of activity in manifest file
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
It surely hides the notification bar when my activity is running. But when for suppose I launch browser activity from my app and returns, the notification bar is visible again. I am trying to find its solution nothing is working. I followed the following link but in vain. Hidden notification bar reappearing after screen lock and unlock Any idea?