Hi, is it possible to remove the bottom bar used to switch between applications?
Or at least, is it possible to control it so that it does nothing?
What I am trying to achieve is that the user cannot exit the program in any way, except by pressing the my "Exit" option.
Thank you.
Immersive mode means full screen mode where the navigation bar is also hidden. The user can bring back the bars by swiping near the edges. The required steps are: 1. Call setSystemUiVisibility with the immersive flags. This is done in Activity_WindowFocusChanged. 2. Get the full display size...