Merge pull request #286 from ironydelerium/android-12.0
[Huawei P10] Extend the fingerprint for stopping aptouch
This commit is contained in:
commit
1e74ebda8d
@ -997,6 +997,6 @@ if [ "$(stat -c '%U' /dev/nxp_smartpa_dev)" == "root" ] &&
|
|||||||
chown root:audio /dev/nxp_smartpa_dev
|
chown root:audio /dev/nxp_smartpa_dev
|
||||||
chmod 0660 /dev/nxp_smartpa_dev
|
chmod 0660 /dev/nxp_smartpa_dev
|
||||||
fi
|
fi
|
||||||
if getprop ro.odm.build.fingerprint |grep -q Huawei/Chicago;then
|
if getprop ro.odm.build.fingerprint |grep -q Huawei/Chicago/Chicago_VTR;then
|
||||||
setprop ctl.stop aptouch
|
setprop ctl.stop aptouch
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user