From ee4dd0991850742b0b7d0b95b4c11be744b98628 Mon Sep 17 00:00:00 2001 From: Allen Webb Date: Thu, 18 Jan 2018 08:26:08 -0800 Subject: [PATCH] base: core: java: android: security: keymaster: Synced with updates to keymaster HAL. Test: pending Change-Id: Ia5a162b92fec893b0370313eb6775085f2d5285b --- core/java/android/security/keymaster/KeymasterDefs.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/security/keymaster/KeymasterDefs.java b/core/java/android/security/keymaster/KeymasterDefs.java index f409e5b74d23f..72afbb8414f6f 100644 --- a/core/java/android/security/keymaster/KeymasterDefs.java +++ b/core/java/android/security/keymaster/KeymasterDefs.java @@ -73,6 +73,7 @@ public final class KeymasterDefs { public static final int KM_TAG_USER_AUTH_TYPE = KM_ENUM | 504; public static final int KM_TAG_AUTH_TIMEOUT = KM_UINT | 505; public static final int KM_TAG_ALLOW_WHILE_ON_BODY = KM_BOOL | 506; + public static final int KM_TAG_TRUSTED_USER_PRESENCE_REQUIRED = KM_BOOL | 507; public static final int KM_TAG_ALL_APPLICATIONS = KM_BOOL | 600; public static final int KM_TAG_APPLICATION_ID = KM_BYTES | 601;