mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-23 06:06:27 -08:00
LG8n: overlay: Test config_sfps_sensor_props
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
0a729a345c
commit
ac0bc5d7c9
|
@ -313,4 +313,18 @@
|
||||||
<!-- Control whether the always on display mode is enabled by default. This value will be used
|
<!-- Control whether the always on display mode is enabled by default. This value will be used
|
||||||
during initialization when the setting is still null. -->
|
during initialization when the setting is still null. -->
|
||||||
<bool name="config_dozeAlwaysOnEnabled">false</bool>
|
<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></item> <!-- displayId -->
|
||||||
|
<item>1080</item> <!-- sensorLocationX -->
|
||||||
|
<item>920</item> <!-- sensorLocationY -->
|
||||||
|
<item>210</item> <!-- sensorRadius -->
|
||||||
|
</array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue