Android navigation soft buttons still present in fullscreen?

Since moving from 2.0.3 to 2.0.4, I’ve noticed full screen mode leaves the navigation bar at the bottom on my Android tablet. My AndroidManifest.xml is the same, maybe it’s something that changed with SDLActivity.java?

It’s odd that full screen worked in 2.0.3, but not 2.0.4. I understand there’s an immersive full screen mode which can only be set using Java code, but then how did I achieve true full screen in 2.0.3?

What’s everyone else’s experience?

Could we have a new SDL_WINDOW_IMMERSIVE flag for SDL_CreateWindow?