0

I want to hide the status bar completely. I have seen we can do some very great things by getting root permissions. So is it possible that I can hide the status bar by using root permissions?

vishalmullur
  • 1,094
  • 4
  • 14
  • 32

1 Answers1

0

To hide a status Bar

getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);
selva_pollachi
  • 4,147
  • 4
  • 29
  • 42