Merge pull request #177 from theimpulson/android-10.0
rw-system: Enforce vendor media_profiles on PL2
This commit is contained in:
commit
001f229374
@ -655,3 +655,7 @@ if getprop ro.omc.build.version |grep -qE .;then
|
|||||||
mount /system/phh/empty $f
|
mount /system/phh/empty $f
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if getprop ro.vendor.build.fingerprint |grep -qiE -e Nokia/Plate2; then
|
||||||
|
setprop media.settings.xml "/vendor/etc/media_profiles_vendor.xml"
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user