Since the device I am developing has physical buttons, I do not want to see a navigation bar taking up my screen space. Rowboat-android on Beagleboneblack shows the navigation bar by default. Where do I turn it off?
EDIT: I am not developing applications. I am developing a Beaglebone based device. I want to remove the bar globally from the system. Somewhere there should be a code or setting in the Android source.
You should use
IMMERSIVE
flag like this:For more info, I recommend you to take a look at here.
Found the answer at Building a wireless Android device using BeagleBone Black
Basically I edited
device/ti/beagleboneblack/overlay/frameworks/base/core/res/res/values/config.xml
file to set this entry: