Saturday, August 10, 2013

How to remove notification bar

Put this code in your onCreate() method,

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

No comments:

Post a Comment