Merge pull request #299 from CHIDILights/android-12.0

Disable fingerprint gestures for Stylo 7 4G variant
This commit is contained in:
Pierre-Hugues HUSSON 2022-02-28 20:52:43 +01:00 committed by GitHub
commit 9b8c390698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -275,7 +275,7 @@ changeKeylayout() {
changed=true changed=true
fi 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 cp /system/phh/empty /mnt/phh/keylayout/uinput-fpc.kl
chmod 0644 /mnt/phh/keylayout/uinput-fpc.kl chmod 0644 /mnt/phh/keylayout/uinput-fpc.kl
changed=true changed=true