auto import from //branches/cupcake_rel/...@141571

This commit is contained in:
The Android Open Source Project
2009-03-19 23:08:54 -07:00
parent 105925376f
commit c2ad241504
205 changed files with 5159 additions and 1141 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);