Search code examples
androiduinavigationbarfullscreenandroid-view

Keep Navigation Bar hidden


I am writing a fullscreen application, and I need to KEEP the navBar hidden,

I am using View.SYSTEM_UI_FLAG_HIDE_NAVIGATION But the bar will reappear as soon as there is an interaction from the user,

I found some other questions, but none have the answer ... so have anyone succeeded ? Thank you in advance


Solution

  • You can't hide completely NavigationBar, it will ALWAYS reappear after user interaction.