Guest User

Untitled

a guest
Mar 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
  2. Window window = getWindow();
  3. window.setFlags(WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS, WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS);
  4. }
Add Comment
Please, Sign In to add comment