commit | d3b9ae14ffeabd97892d002511e0dafcb1a4eacb | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Thu Apr 25 06:27:05 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Tue Apr 30 06:14:36 2024 +0200 |
tree | a56f5d825f44f03500e2e0591518422833e6dac4 | |
parent | 7784869a0e1b687311b568e7c34ef318ea88496c [diff] |
beyond0lte: Correct battery capacity overlay * AOSP does not know battery.typical.capacity Change-Id: I12802b7f5723dceab9d47e118b536f41847e9f92
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 304929b..de8ff3e 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -140,8 +140,7 @@ </array> <item name="cpu.suspend">4.99</item> <item name="cpu.idle">20</item> - <item name="battery.capacity">3000</item> - <item name="battery.typical.capacity">3100</item> + <item name="battery.capacity">3100</item> <item name="wifi.controller.idle">1</item> <item name="wifi.controller.rx">65</item> <item name="wifi.controller.tx">265</item>