SKETCHWARE | Set Application to Full Screen Get link Facebook X Pinterest Email Other Apps February 25, 2020 Source code: Wrap | Copy View decorView = getWindow().getDecorView(); decorView.setSystemUiVisibility( View.SYSTEM_UI_FLAG_IMMERSIVE | View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_FULLSCREEN); By clicking “Send Question”, you agree to: Use polite and non coercive words. Serious in asking about the problem. Send Question Get link Facebook X Pinterest Email Other Apps