LG8n: overlay: Configure side fingerprint sensor properties

Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Łukasz Patron 2024-07-20 13:12:41 +08:00 committed by Shirayuki39
parent 10f8268a64
commit 26c00c0c76

View file

@ -107,4 +107,18 @@
<!-- Whether device uses power button fingerprint sensor or not -->
<bool name="config_is_powerbutton_fps">true</bool>
<!-- An array of arrays of side fingerprint sensor properties relative to each display.
Note: this value is temporary and is expected to be queried directly
from the HAL in the future. -->
<array name="config_sfps_sensor_props" translatable="false">
<item>@array/config_sfps_sensor_props_0</item>
</array>
<array name="config_sfps_sensor_props_0" translatable="false">
<item></item> <!-- displayId -->
<item>1080</item> <!-- sensorLocationX -->
<item>1050</item> <!-- sensorLocationY -->
<item>210</item> <!-- sensorRadius -->
</array>
</resources>