diff options
author | tilaksidduram <tilaksidduram@gmail.com> | 2014-11-26 01:17:04 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2014-11-26 01:17:04 +0530 |
commit | 7b6559c05bd89a766c76ab11f89b960efedee8d6 (patch) | |
tree | b855e6af56581c24c117fc47478604f39b993877 /overlay | |
parent | 3b58f2d4e26284ad18bfc88728a1918a5e03eb4b (diff) | |
download | device_samsung_n7100-7b6559c05bd89a766c76ab11f89b960efedee8d6.zip device_samsung_n7100-7b6559c05bd89a766c76ab11f89b960efedee8d6.tar.gz device_samsung_n7100-7b6559c05bd89a766c76ab11f89b960efedee8d6.tar.bz2 |
overlay: Enable Battery & Notification LED settings
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> |