Disable FP gestures for Motorola One Fusion Plus

This commit is contained in:
Jesús R 2021-12-09 13:32:53 -06:00
parent f96d4cb317
commit 9b9b7794e7
1 changed files with 8 additions and 0 deletions

View File

@ -274,6 +274,14 @@ changeKeylayout() {
changed=true
fi
if getprop ro.vendor.build.fingerprint | grep -iq -e motorola/liber; then
if [ ! -f /mnt/phh/keylayout/uinput_nav.kl ]; then
cp /system/phh/empty /mnt/phh/keylayout/uinput_nav.kl
chmod 0644 /mnt/phh/keylayout/uinput_nav.kl
changed=true
fi
fi
if [ "$changed" = true ]; then
mount -o bind /mnt/phh/keylayout /system/usr/keylayout
restorecon -R /system/usr/keylayout