Automated import from //branches/master/...@141087,141087

This commit is contained in:
Joe Onorato
2009-03-24 19:29:09 -07:00
committed by The Android Open Source Project
parent f559d55e26
commit 95e4f70624
2 changed files with 46 additions and 2 deletions

View File

@@ -588,6 +588,7 @@ class NotificationManagerService extends INotificationManager.Stub
long identity = Binder.clearCallingIdentity();
try {
r.statusBarKey = mStatusBarService.addIcon(icon, n);
mHardware.pulseBreathingLight();
}
finally {
Binder.restoreCallingIdentity(identity);