How to disable naviagation bar in Android LockScreen App like CM locker and OS8 lock screen
问题 I tried setting systemUIView(View.GONE) and use Immersive Full-Screen Mode. But users can always get the naviagtion bar back by touching the bottom of the screen. The apps i mentioned above are able to hide it without root or setting default launcher. 回答1: Okay, I found a solution finally and here is how it's done: Use SYSTEM_UI_FLAG_IMMERSIVE_STICKY to hide the navigation bar as follow, you may put the code inside onResume of your activity View decorView = getWindow().getDecorView(); int