diff options
| author | 2014-09-09 11:31:43 +0200 | |
|---|---|---|
| committer | 2014-09-09 11:31:43 +0200 | |
| commit | 704dd61f5be9266b3cfdfeb407b6fc4822bac7af (patch) | |
| tree | b841c9123fd31c6989611b33c67f55e1093bec3e | |
| parent | a41c4bcc3dcac9e808c9d524e24454d132790e9a (diff) | |
NoLiService: Delete @removed meetsInterruptionFilter
This should not break any apps as this API has been marked
@removed more than a week ago.
Bug: 17425123
Change-Id: I19d7e933a3f2a59e1b406a9f87d272f058a13e0d
| -rw-r--r-- | api/removed.txt | 8 | ||||
| -rw-r--r-- | core/java/android/service/notification/NotificationListenerService.java | 9 |
2 files changed, 0 insertions, 17 deletions
diff --git a/api/removed.txt b/api/removed.txt index 3c16276a6831..c8a3b4bfe693 100644 --- a/api/removed.txt +++ b/api/removed.txt @@ -22,14 +22,6 @@ package android.os { } -package android.service.notification { - - public static class NotificationListenerService.Ranking { - method public boolean meetsInterruptionFilter(); - } - -} - package android.view { public static class WindowManager.LayoutParams extends android.view.ViewGroup.LayoutParams implements android.os.Parcelable { diff --git a/core/java/android/service/notification/NotificationListenerService.java b/core/java/android/service/notification/NotificationListenerService.java index d744070b2836..b22fd9c9b621 100644 --- a/core/java/android/service/notification/NotificationListenerService.java +++ b/core/java/android/service/notification/NotificationListenerService.java @@ -756,15 +756,6 @@ public abstract class NotificationListenerService extends Service { return mVisibilityOverride; } - /** - * Returns whether the notification meets the user's interruption - * filter. - * - * @removed - */ - public boolean meetsInterruptionFilter() { - return mMatchesInterruptionFilter; - } /** * Returns whether the notification matches the user's interruption |