/ Published in: Java
Put in onCreate function BEFORE the setContentView.
Expand |
Embed | Plain Text
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)
Comments
Subscribe to comments
You need to login to post a comment.

Or put android:theme="@android:style/Theme.NoTitleBar.Fullscreen" as an attribute on the Activity element in the AndroidManifest.xml