Advertisement
techmik

Untitled

Sep 27th, 2011
63
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 lightAlwaysOn(int color, int mode, int onMS, int offMS, int brightnessMode) {
  2. setLightLocked(color, LIGHT_ALWAYS_ON, onMS, offMS, BRIGHTNESS_MODE_USER);
  3. }
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement