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
This commit is contained in:
Beverly
2023-01-03 18:13:01 +00:00
committed by Beverly Tai
parent b638b557b8
commit 632fee011f

View File

@@ -658,7 +658,9 @@
<item>7</item> <!-- WAKE_REASON_WAKE_MOTION -->
<item>9</item> <!-- WAKE_REASON_LID -->
<item>10</item> <!-- WAKE_REASON_DISPLAY_GROUP_ADDED -->
<item>12</item> <!-- WAKE_REASON_UNFOLD_DEVICE -->
<item>15</item> <!-- WAKE_REASON_TAP -->
<item>16</item> <!-- WAKE_REASON_LIFT -->
<item>17</item> <!-- WAKE_REASON_BIOMETRIC -->
</integer-array>
<!-- Whether the communal service should be enabled -->