Allow listeners to fetch current notifications by key.
Bug: 16574195 Change-Id: I269dbcc7fc8912d84229f6a3d950b0015625ae7a
This commit is contained in:
@@ -27319,6 +27319,7 @@ package android.service.notification {
|
||||
method public final void cancelNotification(java.lang.String);
|
||||
method public final void cancelNotifications(java.lang.String[]);
|
||||
method public android.service.notification.StatusBarNotification[] getActiveNotifications();
|
||||
method public android.service.notification.StatusBarNotification[] getActiveNotifications(java.lang.String[]);
|
||||
method public final int getCurrentListenerHints();
|
||||
method public android.service.notification.NotificationListenerService.RankingMap getCurrentRanking();
|
||||
method public android.os.IBinder onBind(android.content.Intent);
|
||||
|
||||
Reference in New Issue
Block a user