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

Commit aef3f712 authored by Wenhao Wang's avatar Wenhao Wang Committed by Android (Google) Code Review
Browse files

Merge "Improve the REASON_LOCKDOWN docs"

parents 308963e0 ed13578a
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -258,7 +258,10 @@ public abstract class NotificationListenerService extends Service {
    public static final int REASON_CLEAR_DATA = 21;
    public static final int REASON_CLEAR_DATA = 21;
    /** Notification was canceled due to an assistant adjustment update. */
    /** Notification was canceled due to an assistant adjustment update. */
    public static final int REASON_ASSISTANT_CANCEL = 22;
    public static final int REASON_ASSISTANT_CANCEL = 22;
    /** Notification was canceled when lockdown mode is enabled. */
    /**
     * Notification was canceled when entering lockdown mode, which turns off
     * Smart Lock, fingerprint unlocking, and notifications on the lock screen.
     */
    public static final int REASON_LOCKDOWN = 23;
    public static final int REASON_LOCKDOWN = 23;


    /**
    /**