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

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

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

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

* commit 'b9be8eff':
  Don't pulse LED on new notification unless notification has LED flag set
parents 0b17fc36 b9be8eff
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);
                    }