[Huawei P10] Extend the fingerprint so that the stopping of 'aptouch' only applies to the P10.
This commit is contained in:
parent
19533fb782
commit
8d11e629c4
@ -997,6 +997,6 @@ if [ "$(stat -c '%U' /dev/nxp_smartpa_dev)" == "root" ] &&
|
||||
chown root:audio /dev/nxp_smartpa_dev
|
||||
chmod 0660 /dev/nxp_smartpa_dev
|
||||
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
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user