Disable fingerprint "button" on Mi 8

This commit is contained in:
Arseniy Graur 2018-09-16 12:00:49 +03:00 committed by Pierre-Hugues HUSSON
parent 463ca03eac
commit c34bc786ac
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ changeKeylayout() {
chmod 0644 /mnt/phh/keylayout/gpio_keys.kl /mnt/phh/keylayout/sec_touchscreen.kl
fi
if getprop ro.vendor.build.fingerprint |grep -iq -e xiaomi/polaris -e xiaomi/sirius;then
if getprop ro.vendor.build.fingerprint |grep -iq -e xiaomi/polaris -e xiaomi/sirius -e xiaomi/dipper;then
cp /system/phh/empty /mnt/phh/keylayout/uinput-goodix.kl
chmod 0644 /mnt/phh/keylayout/uinput-goodix.kl
changed=true