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

Commit 7b987440 authored by Mark Renouf's avatar Mark Renouf
Browse files

Javadoc fix, correct typo

Bug: 178111968
Test: read it
Change-Id: I753c46eaeaa7ce41649849db648f472fba81bddd
parent 1a7adb6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ public abstract class NotificationListenerService extends Service {
    public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 1 << 1;

    /** {@link #getCurrentListenerHints() Listener hints} constant - the primary device UI
     * should disable phone call sounds, buyt not notification sound.
     * should disable phone call sounds, but not notification sound.
     * This does not change the interruption filter, only the effects. **/
    public static final int HINT_HOST_DISABLE_CALL_EFFECTS = 1 << 2;