I am developing a restaurant menu application in which I want to always be on (the user should not go outside the application).
For now, I can override the Back and Home buttons, but I would like to get rid of the notification bar. Is there any way to do this?
I tried to set the application theme to full screen without a title, but that did not help. (For the home button, I used a custom application in application.xml.)
Here is a picture of the application for a better understanding.

source
share