rog2: Overlay: remove auto brightness after dozing
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index c1b58f2..46ebae3 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -404,9 +404,6 @@
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
- <!-- Allow automatic adjusting of the screen brightness while dozing in low power state. -->
- <bool name="config_allowAutoBrightnessWhileDozing">true</bool>
-
<!-- Default color for notification LED is blue. -->
<color name="config_defaultNotificationColor">#ff00ff00</color>