Merge pull request #310 from haridhayal11/android-12.0

Set persist.sys.phh.ultrasonic_udfps to true for S21(+/Ultra) (Exynos)
This commit is contained in:
Pierre-Hugues HUSSON 2022-05-25 09:24:04 +02:00 committed by GitHub
commit e866a6a8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -942,6 +942,10 @@ if getprop ro.vendor.build.fingerprint |grep -qiE '^samsung/';then
setprop persist.sys.phh.fod.samsung true
fi
if getprop ro.vendor.build.fingerprint | grep -q -e samsung/o1s -e samsung/t2s -e samsung/p3s; then
setprop persist.sys.phh.ultrasonic_udfps true
fi
if getprop ro.vendor.build.fingerprint |grep -qiE -e ASUS_I006D -e ASUS_I003;then
setprop persist.sys.phh.fod.asus true
fi