Advertisement
techmik

Untitled

Sep 25th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. private void stopFlashing() {
  2. synchronized (this) {
  3. setLightLocked(mColor, LIGHT_FLASH_NONE, 0, 0, BRIGHTNESS_MODE_USER);
  4. if (Settings.System.getInt(getContentResolver(),
  5. Settings.System.NOTIFICATION_LIGHT_ALWAYS_ON == 1)
  6. return;
  7. }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement