mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-29 02:37:19 +09:00
miatoll: overlay: Set side FPS properties
* Don't set displayID as it's display-independent Change-Id: Ic89a13494f0703fc38f1541260c9fa62b9775d7e
This commit is contained in:
parent
1f73e78ba7
commit
4909f36020
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user