Merge pull request #286 from ironydelerium/android-12.0

[Huawei P10] Extend the fingerprint for stopping aptouch
This commit is contained in:
Pierre-Hugues HUSSON 2021-12-08 20:20:02 +01:00 committed by GitHub
commit 1e74ebda8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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