Loading services/java/com/android/server/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
services/java/com/android/server/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading