summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorherna <hernanderes34@gmail.com>2013-12-02 20:44:04 +0100
committerherna <hernanderes34@gmail.com>2013-12-14 20:38:23 +0100
commit0e3794c644927409084b10fa81007fc4e1025bdf (patch)
treeac5005ea450762aa3fbcd8b710cf9d2cd33822df
parentcb514c71d8f44bd8c432d9b0ff73780de1b44c6b (diff)
downloaddevice_samsung_n7000-0e3794c644927409084b10fa81007fc4e1025bdf.zip
device_samsung_n7000-0e3794c644927409084b10fa81007fc4e1025bdf.tar.gz
device_samsung_n7000-0e3794c644927409084b10fa81007fc4e1025bdf.tar.bz2
N7000: Battery capacity fix
i9100 has battery capacity of 2100, n7000 has 2500. This is a remnant of the ancient CM n7000 bringup when i9100 device tree was used as a template. Change-Id: Id81f9372f50f0fef75b0b027d3646262e722d092
-rw-r--r--overlay/frameworks/base/core/res/res/xml/power_profile.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
index 079022b..ad1dd70 100644
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -35,5 +35,5 @@
<value>148</value>
<value>55</value>
</array>
- <item name="battery.capacity">2100</item>
+ <item name="battery.capacity">2500</item>
</device>