sm7250-common: Switch to udfps

This commit is contained in:
TheScarastic
2021-10-18 17:38:40 +02:00
committed by Akshay Kakatkar
parent c2b95ec33d
commit b7ee7e9a4e
7 changed files with 14 additions and 14 deletions

View File

@@ -53,9 +53,6 @@
<!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool>
<!-- Shows the required view for in-display fingerprint -->
<bool name="config_supportsInDisplayFingerprint">true</bool>
<!-- Path to fast charging status file to detect whether an oem fast charger is active -->
<string name="config_oemFastChargerStatusPath" translatable="false">/sys/class/power_supply/battery/fastchg_status</string>

View File

@@ -18,4 +18,11 @@
<!-- Allow devices override audio panel location to the left side -->
<bool name="config_audioPanelOnLeftSide">true</bool>
<!-- HBM type of UDFPS overlay.
0 - GLOBAL HBM
1 - LOCAL HBM
-->
<integer name="config_udfps_hbm_type">0</integer>
</resources>