Recently Google has deprecated setting system UI visibility directly using the setSystemUIVisibility
method found in the View class and passing flags to it.
I couldn't find the source code for this as it's not released publically yet. Do you guys know how I can achieve going fullscreen without using this method?