Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public void Dim(float amount)
  2. {
  3. WindowManager.LayoutParams WMLP = getWindow().getAttributes();
  4. WMLP.screenBrightness = amount;
  5. getWindow().setAttributes(WMLP);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement