Merge pull request #104 from penn5/patch-7

Add wayne to audio.camerasound.force
This commit is contained in:
Pierre-Hugues HUSSON 2019-04-24 11:00:11 +02:00 committed by GitHub
commit 04ed4ac7fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung'; then
fi
fi
if getprop ro.vendor.build.fingerprint | grep -qE '^xiaomi/daisy/daisy_sprout:8.1.0/OPM.*'; then
if getprop ro.vendor.build.fingerprint | grep -qE '^xiaomi/(daisy|wayne)/(daisy|wayne).*'; then
# Fix camera on DND, ugly workaround but meh
setprop audio.camerasound.force true
fi