diff options
Diffstat (limited to 'core/java/android/app/INotificationManager.aidl')
-rw-r--r-- | core/java/android/app/INotificationManager.aidl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/app/INotificationManager.aidl b/core/java/android/app/INotificationManager.aidl index 92ec3ad..6cfb56e 100644 --- a/core/java/android/app/INotificationManager.aidl +++ b/core/java/android/app/INotificationManager.aidl @@ -46,4 +46,6 @@ interface INotificationManager void clearNotificationFromListener(in INotificationListener token, String pkg, String tag, int id); void clearAllNotificationsFromListener(in INotificationListener token); + + StatusBarNotification[] getActiveNotificationsFromListener(in INotificationListener token); }
\ No newline at end of file |