Fix Brightness Realme C1

This commit is contained in:
Tuan9304 2020-03-22 13:13:54 +07:00
parent 93335b6e59
commit 79462b1c64
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ if getprop ro.vendor.build.fingerprint | grep -q -i \
setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)"
fi
if getprop ro.vendor.product.device |grep -iq -e RMX1801 -e RMX1803 -e RMX1807;then
if getprop ro.vendor.product.device |grep -iq -e RMX1801 -e RMX1803 -e RMX1807 -e RMX1811;then
setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)"
fi