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

Commit ffc89899 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

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

parents 63b59666 ece18efb
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);
                    }