Disable fingerprint gestures for Stylo 7 4G variant

This commit is contained in:
CHIDILights 2022-02-28 00:12:32 +09:00
parent 62c5f674d5
commit b37cfd9463

View File

@ -275,7 +275,7 @@ changeKeylayout() {
changed=true
fi
if getprop ro.product.vendor.device |grep -qi mfh505glm; then
if getprop ro.product.vendor.device |grep -qi -e mfh505glm -e fh50lm; then
cp /system/phh/empty /mnt/phh/keylayout/uinput-fpc.kl
chmod 0644 /mnt/phh/keylayout/uinput-fpc.kl
changed=true