Is there a way to hide the system/navigation bar in Android ICS

前端 未结 12 1755
面向向阳花
面向向阳花 2020-12-01 01:02

I\'d like to extend the discussion regarding hiding of the system/navigation bar at the bottom of the screen on Android Ice Cream Sandwich (4.0 and up) tablet devices.

12条回答
  •  再見小時候
    2020-12-01 01:43

    Update - there is a work around which can be used for such cases (manually setting up the app for the client). Indeed, the navigation bar can't be removed within the given framework.

    However, there is a solution to hide the navigation bar if rooting the device is an option for you. Here is how:

    Root device

    Install and run Busybox

    Install HideBar

    In HideBar there is an option to run in 'Kiosk' mode, in which there is no way to re-display the navigation bar. Needless to say, you really need to be careful with this.

    Risks involved:

    • bricking the device

    • getting the installation of BusyBox wrong, which could get things a bit tricky, although is very unlikely to cause loss of information.

    • getting into a stalemate where you can't quit your app. For example if 1 your GUI doesn't provide a close option, 2 your app start automatically on start-up, 3 HideBar doesn"t allow any way of re-displaying the navigation bar and 4 HideBar hids the navigation bar on startup. However this can be overcome by simply stopping/uninstalling your app from adb.

    Here are other identical questions:

    • Android tablet navigation bar won't hide

    • How to remove system bars on Android, I mean, all

    • Android tablet navigation bar won't hide

    • Is there a way to hide the system/navigation bar in Android ICS

    • Hide Tablet system bar

    • Real Fullscreen with Android 4 Tablets

    • Easy way to hide system bar on Android ICS

提交回复
热议问题