Add wayne to audio.camerasound.force

fixes https://github.com/phhusson/treble_experimentations/issues/161
This commit is contained in:
penn5 2019-04-24 09:47:32 +01:00 committed by GitHub
parent 4e4f1cd715
commit 6f767efce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,7 +293,7 @@ if getprop ro.vendor.build.fingerprint | grep -qiE '^samsung'; then
fi fi
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 # Fix camera on DND, ugly workaround but meh
setprop audio.camerasound.force true setprop audio.camerasound.force true
fi fi