is it possible to get programmatically which flags are currently active on a Window?
We can enable flags with:
getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);
Does api provides a way to get a list of currently active flags? Thanks