diff options
author | Sar Castillo <sar.castillo@gmail.com> | 2012-12-22 20:13:10 +0100 |
---|---|---|
committer | kristof.petho <kristof.petho@gmail.com> | 2012-12-22 20:15:04 +0100 |
commit | b90dde22b557eb7a0cd1e33042460984158f45b0 (patch) | |
tree | 19d04fcf425a639968cc28e7750f286960de76cf | |
parent | 05fb6dfed109f4d2096a186d3b7bf7c7b2afb506 (diff) | |
download | device_samsung_n7100-b90dde22b557eb7a0cd1e33042460984158f45b0.zip device_samsung_n7100-b90dde22b557eb7a0cd1e33042460984158f45b0.tar.gz device_samsung_n7100-b90dde22b557eb7a0cd1e33042460984158f45b0.tar.bz2 |
N7100 change battery capacity power_profile.xml
Change-Id: I32181aac53f67b01d84a55b43219d550fb345e8f
Author: Sar Castillo (sar.castillo@gmail.com)
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 2 |
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 e6eb4e4..c2c653f 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -65,5 +65,5 @@ <value>230.0</value> </array> <!-- This is the battery capacity in mAh --> - <item name="battery.capacity">1650</item> + <item name="battery.capacity">3100</item> </device> |