commit | 3a789b59901d3103fa5dad2309cbfb39f8e3b00b | [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:26:12 2024 +0200 |
tree | 5a8d271e73ec2b2008ef2c8f78a3c4e8feb4f10a | |
parent | c45c018557779367fd3daa75a9726bc6dcdf5392 [diff] |
d2x: 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 a40d316..b9d7e68 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -142,8 +142,7 @@ </array> <item name="cpu.suspend">7.2</item> <item name="cpu.idle">27</item> - <item name="battery.capacity">4170</item> - <item name="battery.typical.capacity">4300</item> + <item name="battery.capacity">4300</item> <item name="wifi.controller.idle">1</item> <item name="wifi.controller.rx">65</item> <item name="wifi.controller.tx">265</item>