Set persist.sys.phh.ultrasonic_udfps to true for S21(+/Ultra) (Exynos)

This commit is contained in:
haridhayal11 2022-05-25 11:00:01 +05:30
parent 2d7f415cd1
commit 63ba6b279c
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