OSDN Git Service

New NotificationListener API: getActiveNotifications()
authorDaniel Sandler <dsandler@android.com>
Wed, 24 Apr 2013 19:34:57 +0000 (15:34 -0400)
committerDaniel Sandler <dsandler@android.com>
Thu, 25 Apr 2013 03:19:08 +0000 (23:19 -0400)
commit25cf8cee6f304a286d321204e448b18ce733a60c
tree07f36464efefd2890fd42ee7b7a8fb2303abb009
parent7395838d8e45cf39c34d2f2e18da2bedd3e4dc33
New NotificationListener API: getActiveNotifications()

This allows a listener service to catch up on the current
state of the notification panel at any time, including at
startup.

Bug: 8656860
Change-Id: I1a3d665d84576e17870929a63dda334afc696010
api/current.txt
core/java/android/app/INotificationManager.aidl
core/java/android/service/notification/NotificationListenerService.java
services/java/com/android/server/NotificationManagerService.java