mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Switch to AIDL fingerprint HAL
- Also cleanup overlays
This commit is contained in:
parent
5b60bf3a58
commit
36603afb7f
9 changed files with 12 additions and 125 deletions
|
|
@ -128,7 +128,7 @@ PRODUCT_PACKAGES += \
|
|||
TARGET_BOARD_HAS_FP ?= true
|
||||
ifeq ($(TARGET_BOARD_HAS_FP), true)
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.3-service.samsung
|
||||
android.hardware.biometrics.fingerprint-service.samsung
|
||||
endif
|
||||
|
||||
# Gatekeeper
|
||||
|
|
|
|||
|
|
@ -59,3 +59,7 @@ ro.config.vc_call_vol_steps=8
|
|||
ro.vendor.vibrator_hal.click_duration=75
|
||||
ro.vendor.vibrator_hal.tick_duration=65
|
||||
ro.vendor.vibrator_hal.texture_tick_duration=60
|
||||
|
||||
# Fingerprint
|
||||
ro.vendor.fingerprint.type?=rear
|
||||
ro.vendor.fingerprint.supports_gestures?=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue