miatoll: overlay: Set side FPS properties

* Don't set displayID as it's display-independent

Change-Id: Ic89a13494f0703fc38f1541260c9fa62b9775d7e
This commit is contained in:
Ramii Ahmed 2022-04-30 19:02:03 +00:00 committed by Alexander Winkowski
parent fa08955961
commit 2709e6da08
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -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" translatable="false">
<item>@array/config_sfps_sensor_props_0</item>
</array>
<array name="config_sfps_sensor_props_0" translatable="false">
<item></item> <!--item>displayId</item-->
<item>1080</item> <!--item>sensorLocationX</item-->
<item>765</item> <!--item>sensorLocationY</item-->
<item>200</item> <!--item>sensorRadius</item-->
</array>
</resources>