I would like my app to hide the Home and Back buttons that appear at the bottom of the activity.
I managed to hide the title bar, but I can’t do this for the Home and Back buttons.
Is it possible to do this?
Starting with Android 4.4 KitKat, you can use the “immersive” full-screen mode. Here are some detailed code examples.
https://developer.android.com/training/system-ui/immersive.html