| commit | c2ad241504fcaa12d4579d3b0b4038d1ca8d08c9 | [log] [tgz] |
|---|---|---|
| author | The Android Open Source Project <initial-contribution@android.com> | Thu Mar 19 23:08:54 2009 -0700 |
| committer | The Android Open Source Project <initial-contribution@android.com> | Thu Mar 19 23:08:54 2009 -0700 |
| tree | 1a260a5b0b371678c9a4710ea36030db14374e56 | |
| parent | 105925376f8d0f6b318c9938c7b83ef7fef094da [diff] [blame] |
auto import from //branches/cupcake_rel/...@141571
diff --git a/services/java/com/android/server/NotificationManagerService.java b/services/java/com/android/server/NotificationManagerService.java index c4b0587..6ed8b4c 100644 --- a/services/java/com/android/server/NotificationManagerService.java +++ b/services/java/com/android/server/NotificationManagerService.java
@@ -588,6 +588,7 @@ long identity = Binder.clearCallingIdentity(); try { r.statusBarKey = mStatusBarService.addIcon(icon, n); + mHardware.pulseBreathingLight(); } finally { Binder.restoreCallingIdentity(identity);