mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-03 23:26:30 +09:00
miatoll: overlay: Configure side fingerprint sensor properties
Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
This commit is contained in:
committed by
Alexander Winkowski
parent
744f71356d
commit
b95ef71fd7
@ -331,4 +331,17 @@
|
||||
<!-- Indicates whether device has a power button fingerprint sensor. -->
|
||||
<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">
|
||||
<item>@array/config_sfps_sensor_props_0</item>
|
||||
</array>
|
||||
|
||||
<array name="config_sfps_sensor_props_0">
|
||||
<item></item> <!-- displayId -->
|
||||
<item>1080</item> <!-- sensorLocationX -->
|
||||
<item>760</item> <!-- sensorLocationY -->
|
||||
<item>100</item> <!-- sensorRadius -->
|
||||
</array>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user