Android Application Programming
Tips & Tricks
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);
Older Posts
Home
Subscribe to:
Posts (Atom)