(Window window)
| 56 | } |
| 57 | |
| 58 | static void disableImmersiveMode(Window window) { |
| 59 | View decorView = window.getDecorView(); |
| 60 | decorView.setSystemUiVisibility(0); |
| 61 | } |
| 62 | |
| 63 | static void enterFullScreenMode(Window window) { |
| 64 | window.addFlags(FULL_SCREEN_WINDOW_FLAGS); |