commit | b1347839fba17dfa6e5793a17fa2e83fc2977147 | [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 05:34:07 2024 +0200 |
tree | 36f9911c989e3638930667d50ff372b6873e7856 | |
parent | 1e0244fe5dcbe720d10ac8be07b3b3ed5277cb2e [diff] |
beyond1lte: 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 d3f9698..58c8caa 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">3300</item> - <item name="battery.typical.capacity">3400</item> + <item name="battery.capacity">3400</item> <item name="wifi.controller.idle">1</item> <item name="wifi.controller.rx">65</item> <item name="wifi.controller.tx">265</item>