commit | eb2e660a2103dee0de23c0679b6400e46fa0a7b5 | [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:17:10 2024 +0200 |
tree | 37fa271bd23f79e98852482301198c4c547c4390 | |
parent | 2e61177604feb61cc59c2f3552d204d5c6da7f47 [diff] |
beyondx: 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 ae8cb9e..2f8e108 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">4000</item> - <item name="battery.typical.capacity">4100</item> + <item name="battery.capacity">4100</item> <item name="wifi.controller.idle">1</item> <item name="wifi.controller.rx">65</item> <item name="wifi.controller.tx">265</item>