Android Status bar display overtop of display screen

I’m currently having an issue with being able to display the status bar (transparent) over top of the OpenFL display list, where as IOS seems to work like that out of the box. I’m guessing it’s connected to this function https://github.com/openfl/lime/blob/ba6cc18feeb478afddea6ead20620ee53f77e4ae/templates/android/template/app/src/main/java/org/haxe/lime/GameActivity.java#L401
So possibly I need to override and get it to display over. Any help is much appreciated.

Are you using <window fullscreen="false" />?

That’s the intended way it should work, but it may require some tweaks, as SDL and Android continue to change

yes I am using fullscreen = false however the behavior is different from ios and android. I think the tweaking of SDL on android is the only way to obtain the status bar to display over top of the display list. Any hints would be very appreciated thanks :slight_smile: