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

Commit 60772b48 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 18fc9f40: am 969cb2db: am cad81c3e: am 3c7f1aac: am 15653a91: Merge...

am 18fc9f40: am 969cb2db: am cad81c3e: am 3c7f1aac: am 15653a91: Merge "getCurrentInterruptionFilter should return the filter value, not the hints." into lmp-dev

* commit '18fc9f40a61e90feb6154702db91cd25c4a4f752':
  getCurrentInterruptionFilter should return the filter value, not the hints.
parents d865bb8a ae208ba9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ public abstract class NotificationListenerService extends Service {
    public final int getCurrentInterruptionFilter() {
        if (!isBound()) return 0;
        try {
            return getNotificationInterface().getHintsFromListener(mWrapper);
            return getNotificationInterface().getInterruptionFilterFromListener(mWrapper);
        } catch (android.os.RemoteException ex) {
            Log.v(TAG, "Unable to contact notification manager", ex);
            return 0;