Update face sensor location

Fixes: 319468937
Flag: none
Test: manual
Change-Id: Ib170e4229664c70316db24bcc98ec684b94db037
This commit is contained in:
Beverly 2024-01-17 16:59:39 +00:00
parent c53cc93d0b
commit 752f6ab629
3 changed files with 21 additions and 0 deletions

View file

@ -63,4 +63,11 @@
<!-- The time (in ms) needed to trigger the lock icon view's long-press affordance -->
<integer name="config_lockIconLongPress" translatable="false">100</integer>
<!-- The properties of the face auth camera in pixels -->
<integer-array name="config_face_auth_props">
<item>672</item> <!-- sensorLocationX -->
<item>68</item> <!-- sensorLocationY -->
<item>34</item> <!--sensorRadius -->
</integer-array>
</resources>