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

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

am 8f7cc7af: am b9be8eff: am ffc89899: Merge "Don\'t pulse LED on new...

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

* commit '8f7cc7af':
  Don't pulse LED on new notification unless notification has LED flag set
parents 286b364c 8f7cc7af
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -768,8 +768,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);
                    }