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?
Asked
Active
Viewed 972 times
0
-
Psiible duplicate http://stackoverflow.com/questions/11958034/hide-tablet-system-bar – David Jashi Jun 15 '13 at 09:28
1 Answers
0
To hide a status Bar
getWindow().addFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN);

selva_pollachi
- 4,147
- 4
- 29
- 42
-
Will it let me hide the status bar completely even though other apps are opened? – vishalmullur Jun 24 '13 at 09:44