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

Commit 3edf5d40 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Correct the REASON_LOCKDOWN value"

parents aa34a15a 62406157
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39069,7 +39069,7 @@ package android.service.notification {
    field public static final int REASON_GROUP_SUMMARY_CANCELED = 12; // 0xc
    field public static final int REASON_LISTENER_CANCEL = 10; // 0xa
    field public static final int REASON_LISTENER_CANCEL_ALL = 11; // 0xb
    field public static final int REASON_LOCKDOWN = 22; // 0x16
    field public static final int REASON_LOCKDOWN = 23; // 0x17
    field public static final int REASON_PACKAGE_BANNED = 7; // 0x7
    field public static final int REASON_PACKAGE_CHANGED = 5; // 0x5
    field public static final int REASON_PACKAGE_SUSPENDED = 14; // 0xe
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ public abstract class NotificationListenerService extends Service {
    /** Notification was canceled due to an assistant adjustment update. */
    public static final int REASON_ASSISTANT_CANCEL = 22;
    /** Notification was canceled when lockdown mode is enabled. */
    public static final int REASON_LOCKDOWN = 22;
    public static final int REASON_LOCKDOWN = 23;

    /**
     * @hide