diff options
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 331d2e3..dba8be7 100644 --- a/api/current.txt +++ b/api/current.txt @@ -21230,6 +21230,7 @@ package android.service.notification { ctor public NotificationListenerService(); method public final void clearAllNotifications(); method public final void clearNotification(java.lang.String, java.lang.String, int); + method public android.service.notification.StatusBarNotification[] getActiveNotifications(); method public android.os.IBinder onBind(android.content.Intent); method public abstract void onNotificationPosted(android.service.notification.StatusBarNotification); method public abstract void onNotificationRemoved(android.service.notification.StatusBarNotification); |