Is there a way to hide the system bar in Android 3.0? It's an internal device and I'm managing navigation
问题 In Android 2.3 and below, you could make an application full screen, and then "hijack" the menu/back/search buttons by just returning false onKeyDown()... and registering the app as a default home launcher application, that way, there's no way to exit the application. In Android 3.0 (Honeycomb) the navigation buttons (System Bar) is always present, I'd like to hide it. Is it possible? FYI, I am not publishing this application on the Android Market. This is an internal application for devices