Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9be8eff authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am ffc89899: Merge "Don\'t pulse LED on new notification unless notification...

am ffc89899: Merge "Don\'t pulse LED on new notification unless notification has LED flag set" into ics-mr1

* commit 'ffc89899':
  Don't pulse LED on new notification unless notification has LED flag set
parents 252c64f9 ffc89899
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -767,8 +767,10 @@ public class NotificationManagerService extends INotificationManager.Stub
                    long identity = Binder.clearCallingIdentity();
                    try {
                        r.statusBarKey = mStatusBar.addNotification(n);
                        if ((n.notification.flags & Notification.FLAG_SHOW_LIGHTS) != 0) {
                            mAttentionLight.pulse();
                        }
                    }
                    finally {
                        Binder.restoreCallingIdentity(identity);
                    }