Add netflix id on Mi9, this gives 720p/1080p when securized

This commit is contained in:
Pierre-Hugues Husson 2020-05-28 11:44:21 +02:00
parent de8d6e38d3
commit 05b863b07a
1 changed files with 4 additions and 0 deletions

View File

@ -726,3 +726,7 @@ if getprop ro.build.overlay.deviceid |grep -iq -e RMX1941 -e RMX1945 -e RMX1943
fi
resetprop ro.bluetooth.library_name libbluetooth.so
if getprop ro.vendor.build.fingerprint |grep -q Xiaomi/cepheus;then
setprop ro.netflix.bsp_rev Q855-16947-1
fi