raphael: Move to Xiaomi fingerprint AIDL

Change-Id: I68dba7184034fd37454c7d32a065f041cb611625
This commit is contained in:
basamaryan
2024-09-29 16:41:14 -04:00
committed by Sebastiano Barezzi
parent c2c981bf83
commit 3b1d66c4c7
2 changed files with 5 additions and 12 deletions

View File

@@ -357,16 +357,4 @@
For this time after the screen turns on, the Power Manager For this time after the screen turns on, the Power Manager
will not debounce light sensor readings --> will not debounce light sensor readings -->
<integer name="config_lightSensorWarmupTime">200</integer> <integer name="config_lightSensorWarmupTime">200</integer>
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
<integer-array name="config_udfps_sensor_props">
<!--
<item>sensorLocationX</item>
<item>sensorLocationY</item>
<item>sensorRadius</item>
-->
<item>540</item>
<item>2026</item>
<item>95</item>
</integer-array>
</resources> </resources>

View File

@@ -1,2 +1,7 @@
# Audio hardware # Audio hardware
ro.hardware.audio.primary=raphael ro.hardware.audio.primary=raphael
# Fingerprint
persist.vendor.fingerprint.sensor_location=540|2026|95
persist.vendor.fingerprint.type=udfps_optical
persist.vendor.fingerprint.udfps.control_illumination=true