Showing posts with label Notification Bar. Show all posts
Showing posts with label Notification Bar. Show all posts

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);