Update face auth sensor location

These values are used to calculate the size of the
screen decoration overlays (however, the actual
camera protection is provided by the camera callback).

Test: manual
Fixes: 324018508
Flag: none
Change-Id: Ie4a4100ba98ca9e69f43ca32a0cc36e6002b08f0
This commit is contained in:
Beverly 2024-02-13 18:40:25 +00:00
parent c0e7918504
commit 1e95d331b5
3 changed files with 6 additions and 6 deletions

View file

@ -67,7 +67,7 @@
<!-- The properties of the face auth camera in pixels -->
<integer-array name="config_face_auth_props">
<item>640</item> <!-- sensorLocationX -->
<item>68</item> <!-- sensorLocationY -->
<item>34</item> <!--sensorRadius -->
<item>101</item> <!-- sensorLocationY -->
<item>48</item> <!--sensorRadius -->
</integer-array>
</resources>