Merge "If "Pulse notification light" is off, don't flash the LED even once." into ics-factoryrom
This commit is contained in:
committed by
Android (Google) Code Review
commit
9fdba9997d
@@ -1085,9 +1085,6 @@ public class NotificationManagerService extends INotificationManager.Stub
|
||||
// pulse repeatedly
|
||||
mNotificationLight.setFlashing(ledARGB, LightsService.LIGHT_FLASH_TIMED,
|
||||
ledOnMS, ledOffMS);
|
||||
} else {
|
||||
// pulse only once
|
||||
mNotificationLight.pulse(ledARGB, ledOnMS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user