mirror of
https://github.com/Evolution-X-Devices/device_samsung_d2x
synced 2026-01-27 14:39:33 +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");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@@ -27,9 +27,6 @@ DEXPREOPT_GENERATE_APEX_IMAGE := true
|
|||||||
## Display
|
## Display
|
||||||
TARGET_SCREEN_DENSITY := 560
|
TARGET_SCREEN_DENSITY := 560
|
||||||
|
|
||||||
## Fingerprint
|
|
||||||
TARGET_SEC_FP_REQUEST_FORCE_CALIBRATE := true
|
|
||||||
|
|
||||||
## Kernel
|
## Kernel
|
||||||
TARGET_KERNEL_CONFIG := exynos9820-d2x_defconfig
|
TARGET_KERNEL_CONFIG := exynos9820-d2x_defconfig
|
||||||
|
|
||||||
|
|||||||
@@ -42,11 +42,4 @@
|
|||||||
@see https://www.w3.org/TR/SVG/paths.html#PathData
|
@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>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
## Bluetooth
|
## Bluetooth
|
||||||
bluetooth.device.default_name=Galaxy Note10+ 5G
|
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
|
## RIL
|
||||||
ro.telephony.default_network=26,9
|
ro.telephony.default_network=26,9
|
||||||
|
|||||||
Reference in New Issue
Block a user