From efce7823cad7d80a2e3995b0833e2ce42a3ec2dc Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Sat, 22 Feb 2020 06:59:20 +0000 Subject: [PATCH] a5xelte: fingerprint: enable calling cancel when enrollment completes Change-Id: I6318a777dc396287f74a0434eb6c59986710cfe6 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 51e7f2e..b7eda95 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,6 +26,7 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth # Fingerprint TARGET_SEC_FP_CALL_NOTIFY_ON_CANCEL := true +TARGET_SEC_FP_CALL_CANCEL_ON_ENROLL_COMPLETION := true TARGET_SEC_FP_USES_PERCENTAGE_SAMPLES := true # Network Routing -- 2.20.1