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

Commit 408b7eab authored by Rubin Xu's avatar Rubin Xu
Browse files

Improve javadoc

Change-Id: I9a957c162e72676b5ab863fcae40a3e3b412220a
Fix: 76202444
Fix: 79737644
Test: make ds-docs
parent c19f6c52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4358,6 +4358,7 @@ public class DevicePolicyManager {

    /**
     * Disable text entry into notifications on secure keyguard screens (e.g. PIN/Pattern/Password).
     * This flag has no effect starting from version {@link android.os.Build.VERSION_CODES#N}
     */
    public static final int KEYGUARD_DISABLE_REMOTE_INPUT = 1 << 6;

+4 −1
Original line number Diff line number Diff line
@@ -136,8 +136,11 @@ public class SecurityLog {
    public static final int TAG_APP_PROCESS_START = SecurityLogTags.SECURITY_APP_PROCESS_START;

    /**
     * Indicates that keyguard has been dismissed.
     * Indicates that keyguard has been dismissed. This event is only logged if the device
     * has a secure keyguard. It is logged regardless of how keyguard is dismissed, including
     * via PIN/pattern/password, biometrics or via a trust agent.
     * There is no extra payload in the log event.
     * @see #TAG_KEYGUARD_DISMISS_AUTH_ATTEMPT
     */
    public static final int TAG_KEYGUARD_DISMISSED = SecurityLogTags.SECURITY_KEYGUARD_DISMISSED;