diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c4f59d6..e0b6d0f 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -84,11 +84,11 @@ <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> - <!-- Is the battery LED intrusive? Used to decide if there should be a disable option - <bool name="config_intrusiveBatteryLed">true</bool> --> + <!-- Is the battery LED intrusive? Used to decide if there should be a disable option --> + <bool name="config_intrusiveBatteryLed">true</bool> - <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors - <bool name="config_multiColorBatteryLed">true</bool> --> + <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> + <bool name="config_multiColorBatteryLed">true</bool> <!-- Default LED on time for notification LED in milliseconds. --> <integer name="config_defaultNotificationLedOn">1000</integer> @@ -122,7 +122,7 @@ <!-- Doze mode --> <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string> - <integer name="config_screenBrightnessDoze">10</integer> + <integer name="config_screenBrightnessDoze">20</integer> <bool name="config_dozeAfterScreenOff">true</bool> <bool name="config_powerDecoupleAutoSuspendModeFromDisplay">true</bool> <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool> |