I am trying to play with ExoPlayer in fullscreen in landscape mode.
So far I have done all things and thought this looks perfect until then I noticed something and want to explain with these image screens below.
This is Android 11
and currently, I have requested to use the entire screen for my layout and because of this, my demo app content is displayed under Statusbar
and Navigationbar
.
In Portrait mode, things look perfect and this little dot is the device camera in the middle of the screen but in landscape mode, this area is not used by my app.
This is the `MxPlayer` screen and as you can see he covers the whole screen, including behind the camera or status bar area...
I want to achieve this.