1 2 3 4page.tags="BasicImmersiveMode" 5sample.group=UI 6@jd:body 7 8<p>Android 4.4 introduces a way for you to provide a more immersive screen 9experience in your app, by letting users show or hide the status bar and 10navigation bar with a swipe.</p> 11<p>This sample demonstrates how to enable and disable this feature 12programmatically.</p> 13