From a67704f357264e7b924877f70ca377c0cdc4a965 Mon Sep 17 00:00:00 2001 From: jumper047 Date: Wed, 19 Feb 2020 22:46:08 +0300 Subject: [PATCH] Fix brightness on Redmi Note 8 Pro --- rw-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rw-system.sh b/rw-system.sh index dfed707..a27b0a2 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -190,7 +190,7 @@ if getprop ro.vendor.build.fingerprint | grep -q -i \ -e xiaomi/clover -e xiaomi/wayne -e xiaomi/sakura \ -e xiaomi/nitrogen -e xiaomi/whyred -e xiaomi/platina \ -e xiaomi/ysl -e nubia/nx60 -e nubia/nx61 -e xiaomi/tulip \ - -e xiaomi/lavender -e xiaomi/olivelite -e xiaomi/pine; then + -e xiaomi/lavender -e xiaomi/olivelite -e xiaomi/pine -e Redmi/*.begonia; then setprop persist.sys.qcom-brightness "$(cat /sys/class/leds/lcd-backlight/max_brightness)" fi