Loading core/java/android/app/admin/DevicePolicyManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading core/java/android/app/admin/SecurityLog.java +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
core/java/android/app/admin/SecurityLog.java +4 −1 Original line number Diff line number Diff line Loading @@ -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; Loading