From 632fee011f2e3ddbd72471bd36da83c188177568 Mon Sep 17 00:00:00 2001 From: Beverly Date: Tue, 3 Jan 2023 18:13:01 +0000 Subject: [PATCH] Trigger face auth on lift, tap and biometric reasons to wake New PowerManager wakeup reasons were introduced (previously these were all encompassed by WAKE_REASON_GESTURE, so we need to add these to config_face_auth_wake_up_triggers) Fixes: 263700968 Test: manually verify that face auth triggers on lift and tap to wakeups Change-Id: I6d473afe3dca36a0c3bb368d9cb206e9a843aad5 --- packages/SystemUI/res/values/config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index f0cc42e541312..7d72598c34cf3 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -658,7 +658,9 @@ 7 9 10 - 12 + 15 + 16 + 17