0

I have created live streaming app but when I play stream in landscape mode, notification bar keeps appearing so I want to know how to hide notification bar during live stream.

I want to hide when I play stream, I don't want to hide on app main layout.

Mike Laren
  • 8,028
  • 17
  • 51
  • 70
Shahzeb Malik
  • 11
  • 1
  • 4
  • Welcome to Stack Overflow! I edited the question to include the details you mentioned in your comment, which are necessary to identify the specific problem. Please include in your question as much detail as possible and refrain from adding those in comments. You can also delete your latest comment. Good luck! – Wtower Jul 04 '15 at 17:56

1 Answers1

0

So do you want to hide "notification bar" (status bar) in landscape mode only?

Have a look at this link: https://developer.android.com/training/system-ui/status.html

This answer might also help.

Community
  • 1
  • 1
stevo.mit
  • 4,681
  • 4
  • 37
  • 47