Samsung running pie vendor have fixed fingerprint remaning

This commit is contained in:
Pierre-Hugues Husson 2019-08-11 22:59:32 +02:00
parent 9d438701da
commit 1709734aae
1 changed files with 4 additions and 0 deletions

View File

@ -343,3 +343,7 @@ done
if [ -n "$(getprop ro.boot.product.hardware.sku)" ] && [ -z "$(getprop ro.hw.oemName)" ];then
setprop ro.hw.oemName "$(getprop ro.boot.product.hardware.sku)"
fi
if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung/' && [ "$vndk" -ge 28 ];then
setprop persist.sys.phh.samsung_fingerprint -1
fi