summaryrefslogtreecommitdiffstats
path: root/healthd
diff options
context:
space:
mode:
authorRuchi Kandoi <kandoiruchi@google.com>2014-09-24 17:11:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-24 17:11:43 +0000
commitce6bfc93a1843a48f1f459fcefb30bf9f05aa013 (patch)
tree50ce5a19b0c2b3a38d42065a181b31d56db9c8b6 /healthd
parent62e05407da5c36b6c4057e613ae6d4e3068a3721 (diff)
parent301a907f28570ff1627e30a37069e6c5ab6a4b75 (diff)
downloadsystem_core-ce6bfc93a1843a48f1f459fcefb30bf9f05aa013.zip
system_core-ce6bfc93a1843a48f1f459fcefb30bf9f05aa013.tar.gz
system_core-ce6bfc93a1843a48f1f459fcefb30bf9f05aa013.tar.bz2
am 301a907f: Merge "healthd: charger: Run animation even if capacity is 0" into lmp-dev
* commit '301a907f28570ff1627e30a37069e6c5ab6a4b75': healthd: charger: Run animation even if capacity is 0
Diffstat (limited to 'healthd')
-rw-r--r--healthd/healthd_mode_charger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthd/healthd_mode_charger.cpp b/healthd/healthd_mode_charger.cpp
index 61829b3..fd5cecf 100644
--- a/healthd/healthd_mode_charger.cpp
+++ b/healthd/healthd_mode_charger.cpp
@@ -68,7 +68,7 @@ char *locale;
#define UNPLUGGED_SHUTDOWN_TIME (10 * MSEC_PER_SEC)
#define BATTERY_FULL_THRESH 95
-#define SCREEN_ON_BATTERY_THRESH 1
+#define SCREEN_ON_BATTERY_THRESH 0
#define LAST_KMSG_PATH "/proc/last_kmsg"
#define LAST_KMSG_PSTORE_PATH "/sys/fs/pstore/console-ramoops"