OSDN Git Service

Maintain binding to crashed listeners from NotificationManagerService.
authorWill Haldean Brown <haldean@google.com>
Fri, 28 Feb 2014 19:04:41 +0000 (11:04 -0800)
committerWill Haldean Brown <haldean@google.com>
Fri, 28 Feb 2014 19:26:47 +0000 (11:26 -0800)
commit866b25425e84f72911abc0e0ff8141f11c0980cc
treef645bfea039209bb5ec7898b906d0a5f76e7c5b3
parent6ca90042b398153e063cf69dea784e201e76a9ee
Maintain binding to crashed listeners from NotificationManagerService.

This fixes the logic on the death handlers for notification listeners,
and doesn't unbind from the listener services so that the system will
bring them back up again.

Bug: 12587702
Change-Id: I44ce250e0e1c2583836dc823d9a333dabec51df9
services/core/java/com/android/server/notification/NotificationManagerService.java