Merge pull request #177 from theimpulson/android-10.0

rw-system: Enforce vendor media_profiles on PL2
This commit is contained in:
Pierre-Hugues HUSSON 2020-04-13 20:12:53 +02:00 committed by GitHub
commit 001f229374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -655,3 +655,7 @@ if getprop ro.omc.build.version |grep -qE .;then
mount /system/phh/empty $f
done
fi
if getprop ro.vendor.build.fingerprint |grep -qiE -e Nokia/Plate2; then
setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml"
fi