commit | cdb70af791446f050c3275bd048fe4c630d7e9ea | [log] [tgz] |
---|---|---|
author | Jim Miller <jaggies@google.com> | Mon Mar 01 16:51:43 2010 -0800 |
committer | Jim Miller <jaggies@google.com> | Mon Mar 01 16:51:43 2010 -0800 |
tree | 37d49ed5749a96f6f2b6497fb0d8f39ddc545c8b | |
parent | 0d9f798e9f76b13b07ac3dee3ff90b5530f53145 [diff] |
Fix 2447470: always update the battery status when it's below the threshold. Previously, the battery percentage was only shown when the battery level transitioned below the LOW_BATTERY_THRESHOLD (20%). This change makes it so it gets updated whenever we get a battery status update where the level is below LOW_BATTERY_THRESHOLD. Note: this only applies to the pattern unlock screen.