Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. View decorView = getWindow().getDecorView();
  2. int uiOptions = View.SYSTEM_UI_FLAG_LOW_PROFILE | decorView.getSystemUiVisibility();
  3. decorView.setSystemUiVisibility(uiOptions);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement