'FLAG_FULLSCREEN: Int' is deprecated. Deprecated in Java what is the alternative?

45 Views Asked by At

what is the alternative for this code?

window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN
)

'FLAG_FULLSCREEN: Int' is deprecated. Deprecated in Java

0

There are 0 best solutions below