mirror of
https://github.com/Evolution-X-Devices/device_samsung_d2x
synced 2026-01-27 10:38:37 +00:00
d2x: Switch to AIDL fingerprint HAL
Change-Id: If84b65b7fc6f4ab0b377d54298ffbf4950f704be
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2021-2023 The LineageOS Project
|
||||
# Copyright (C) 2021-2024 The LineageOS Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -27,9 +27,6 @@ DEXPREOPT_GENERATE_APEX_IMAGE := true
|
||||
## Display
|
||||
TARGET_SCREEN_DENSITY := 560
|
||||
|
||||
## Fingerprint
|
||||
TARGET_SEC_FP_REQUEST_FORCE_CALIBRATE := true
|
||||
|
||||
## Kernel
|
||||
TARGET_KERNEL_CONFIG := exynos9820-d2x_defconfig
|
||||
|
||||
|
||||
@@ -42,11 +42,4 @@
|
||||
@see https://www.w3.org/TR/SVG/paths.html#PathData
|
||||
-->
|
||||
<string translatable="false" name="config_mainBuiltInDisplayCutout">M 0,0 H -45 V 113 H 45 V 0 H 0 Z</string>
|
||||
|
||||
<!-- The properties of a UDFPS sensor in pixels, in the order listed below: -->
|
||||
<integer-array name="config_udfps_sensor_props">
|
||||
<item>720</item>
|
||||
<item>2335</item>
|
||||
<item>150</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
## Bluetooth
|
||||
bluetooth.device.default_name=Galaxy Note10+ 5G
|
||||
|
||||
## Fingerprint
|
||||
ro.vendor.fingerprint.type=udfps
|
||||
ro.vendor.fingerprint.sensor_location=720|2335|150
|
||||
ro.vendor.fingerprint.force_calibrate=true
|
||||
|
||||
## RIL
|
||||
ro.telephony.default_network=26,9
|
||||
|
||||
Reference in New Issue
Block a user