Friday, February 22, 2013

Hide the notification bar

Write this on your OnCreate() methode



?
1
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
?
1
WindowManager.LayoutParams.FLAG_FULLSCREEN);

No comments:

Post a Comment