commit | 2c09b64b98e2ada5f6a603e01f98ea3d449907b9 | [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:18:22 2024 +0200 |
tree | 53480fe2510301010f5cf1c7629c456b9b8bd394 | |
parent | b524b218c919b775175348f2ad9d38d55e3037b9 [diff] |
d1: 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 cc4eed1..a2fb6c3 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">3400</item> - <item name="battery.typical.capacity">3500</item> + <item name="battery.capacity">3500</item> <item name="wifi.controller.idle">1</item> <item name="wifi.controller.rx">65</item> <item name="wifi.controller.tx">265</item>