pstar: Configure side fingerprint sensor properties

Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
This commit is contained in:
LuK1337 2022-03-15 12:40:54 +01:00 committed by SGCMarkus
parent b056368c14
commit 5b2c367144

View File

@ -266,6 +266,20 @@
during initialization when the setting is still null. -->
<bool name="config_dozeAlwaysOnEnabled">false</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>local:4630947043778501761</item> <!--item>displayId</item-->
<item>1080</item> <!--item>sensorLocationX</item-->
<item>671</item> <!--item>sensorLocationY</item-->
<item>150</item> <!--item>sensorRadius</item-->
</array>
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false">true</bool>