sweet: overlay: Configure side fingerprint sensor properties

Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
This commit is contained in:
LuK1337 2022-03-15 12:40:54 +01:00 committed by basamaryan
parent 4299839e0e
commit 22cb9b4e87
No known key found for this signature in database
GPG Key ID: FEB194423719B3F6

View File

@ -369,6 +369,20 @@
<item>10</item>
</integer-array>
<!-- 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:4630946711218184577</item> <!--item>displayId</item-->
<item>1080</item> <!--item>sensorLocationX</item-->
<item>990</item> <!--item>sensorLocationY</item-->
<item>200</item> <!--item>sensorRadius</item-->
</array>
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false">true</bool>
</resources>