M P
M P

Reputation: 113

Android - Permanently hide navigation bar

I need to hide the navigation bar on a tablet with 4.0 completely. No user interaction should change this behavior. Right now I'm running the default Fullscreen View from Android Studio, but user interaction brings up the navigation bar. Is there a way to do that without root?

Upvotes: 0

Views: 435

Answers (2)

Edison Sanchez
Edison Sanchez

Reputation: 104

You could set the app like a Launcher, hide the navigation bar, and root the phone, in order to set always run that.

The other option is root the phone, and make your own android version without the navigation bar.

Upvotes: 0

arleitiss
arleitiss

Reputation: 1304

Unless phone is rooted - you cannot override the standard behavior or Android OS. In fullscreen mode i will be hidden, but can be still brought down when required.

Upvotes: 1

Related Questions