/ Published in: Java
Expand |
Embed | Plain Text
@Override public void onCreate(Bundle savedInstanceState) { this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN ); }
Comments
Subscribe to comments
You need to login to post a comment.

Also Add
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"into the `` nodes in your Manifest XML^^ That's the ```` (activity) node