mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 13:26:26 -08:00
LG8n: overlay: Configure side fingerprint sensor properties
Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860 Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
10f8268a64
commit
26c00c0c76
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue