LayoutParams attributes = getWindow().getAttributes(); attributes.flags |= LayoutParams.FLAG_FULLSCREEN; getWindow().setAttributes(attributes);