Skip to content

Commit

Permalink
Changes in battery overlay
Browse files Browse the repository at this point in the history
- Most subtypes of the L90 have 2540mAh battery
- Change  display low battery warning from 15% to 10%

Change-Id: If5d82271b42e7d63ba1e137fcf4c5f80020a2e01
  • Loading branch information
BigMajster committed Jan 9, 2015
1 parent 59b894e commit 93822ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,7 @@
<!-- Whether UI for multi user should be shown -->
<bool name="config_enableMultiUserUI">true</bool>

<!-- Display low battery warning when battery level dips to this value -->
<integer name="config_lowBatteryWarningLevel">10</integer>

</resources>
4 changes: 2 additions & 2 deletions overlay/frameworks/base/core/res/res/xml/power_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
<value>157</value>
<value>164</value>
</array>
<item name="battery.capacity">2070</item>
</device>
<item name="battery.capacity">2540</item>
</device>

0 comments on commit 93822ab

Please sign in to comment.