How to disable or hide the system bar on android 3.x

1k Views Asked by At

I would like to know if it's possible to remove/hide/disable the bottom menu bar that always shown on android 3.x . if not - at least if it's possible to hide the opening of the widget bar or disable the core widgets. programatically or not - I must deny access to the bottom menu when my app is foreground.

please help. thanx in advance.

1

There are 1 best solutions below

4
On BEST ANSWER

I would like to know if it's possible to remove/hide/disable the bottom menu bar that always shown on android 3.x .

No, you cannot remove/hide/disable the system bar.

if not - at least if it's possible to hide the opening of the widget bar or disable the core widgets

There is no concept of a "widget bar" or "core widgets" in Android, so I do not know what you are referring to here.

I must deny access to the bottom menu when my app is foreground.

Fortunately, this is not possible, for obvious security reasons.

You are welcome to build your own custom firmware that you load on your own custom hardware that contains this "feature".