Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82ef988c authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am b742c9a0: am c3328cac: Merge "Add a returns clause to the...

am b742c9a0: am c3328cac: Merge "Add a returns clause to the matchesInterruptionFilter javadoc." into lmp-dev

* commit 'b742c9a0':
  Add a returns clause to the matchesInterruptionFilter javadoc.
parents 1d88c087 b742c9a0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -760,6 +760,9 @@ public abstract class NotificationListenerService extends Service {
        /**
         * Returns whether the notification matches the user's interruption
         * filter.
         *
         * @return {@code true} if the notification is allowed by the filter, or
         * {@code false} if it is blocked.
         */
        public boolean matchesInterruptionFilter() {
            return mMatchesInterruptionFilter;