Android kiosk mode app - running status bar -
I have a problem with the status bar in the kiosk mode app
I know that status How to hide and I know that 4.4.2 Is it possible to disable it permanently in KitKat? But I got a good app - KYWARE When I hold down the status bar, it's a quiet mode, it's running back to the top very quickly, in 0.05 seconds I click on anything I am not able to do it and this is what I see. I can not buy this app because it is expensive and I just need this magic need with the status bar. Anyone can help me ? This should be just a few lines of code I wrote an article that covers this question, but specifically Lollipop. I'm not sure that Android 5 will also apply to immersive mode 4.4.2, but it will probably try to do something? @ Override Protected Zero (Regenerate) {super.onResume (); HideSystemUI (); } // This snippet hides the system bar Private Zero Hide SystemUI () // Set // Set the content to be displayed under the IMMERSIVE flag // System Bar, so that the content is hidden // content hidden and the size of the content is displayed Do not go mDecorView.setSystemUiVisibility (View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_FULLSCREEN // hide the status bar | | hide View.SYSTEM_UI_FLAG_HIDE_NAVIGATION // navigation bar View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY); }
Comments
Post a Comment