diff --git a/device-husky.mk b/device-husky.mk index 71d7401..1c42614 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -259,6 +259,10 @@ PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.udfps.als_feed_forward_supported=true \ persist.vendor.udfps.lhbm_controlled_in_hal_supported=true +# Fingerprint exposure compensation +PRODUCT_VENDOR_PROPERTIES += \ + persist.vendor.udfps.auto_exposure_compensation_supported=true + # Camera Vendor property PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.camera.front_720P_always_binning=true diff --git a/device-shiba.mk b/device-shiba.mk index 18cebcc..547d333 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -243,6 +243,10 @@ else include device/google/gs101/fingerprint/udfps_factory.mk endif +# Fingerprint exposure compensation +PRODUCT_VENDOR_PROPERTIES += \ + persist.vendor.udfps.auto_exposure_compensation_supported=true + # Display PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=1500 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layers=true