/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@Override public void onCreate(Bundle savedInstanceState) { this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN ); }