cupid: Move to Xiaomi fingerprint AIDL

Change-Id: I68dba7184034fd37454c7d32a065f041cb611625
This commit is contained in:
basamaryan 2024-09-29 16:41:14 -04:00 committed by Arian
parent ede7d43c84
commit 53d8d95611
2 changed files with 4 additions and 7 deletions

View File

@ -411,11 +411,4 @@
black in software (to avoid aliasing or emulate a cutout that is not physically existent). black in software (to avoid aliasing or emulate a cutout that is not physically existent).
--> -->
<bool name="config_fillMainBuiltInDisplayCutout">true</bool> <bool name="config_fillMainBuiltInDisplayCutout">true</bool>
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
<integer-array name="config_udfps_sensor_props" translatable="false">
<item>540</item>
<item>2163</item>
<item>107</item>
</integer-array>
</resources> </resources>

View File

@ -1,3 +1,7 @@
# Fingerprint
persist.vendor.fingerprint.type=udfps_optical
persist.vendor.fingerprint.sensor_location=540|2163|107
# Sensors # Sensors
ro.vendor.sensors.notifier.light_sensors.primary=5 ro.vendor.sensors.notifier.light_sensors.primary=5
ro.vendor.sensors.xiaomi.udfps=true ro.vendor.sensors.xiaomi.udfps=true