How to hide bottom system bar in android tablet
问题 I am developing an application for tablet only, where the requirement is to run the app on the full screen of the tablet. For this I have used following code in my main activity: getWindow().requestFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN); This code snippet only removes the title bar and action bar. But in tablets, there is a bottom system bar (having home and back button). I also want to