Monday, March 19, 2012

Hide the notification bar

Write this on your OnCreate() methode



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

No comments: