commit | 98645f176fc37e1ac1154a35c85af8b780209d48 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Thu Apr 25 06:27:05 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Thu Apr 25 06:30:46 2024 +0200 |
tree | be84e9f91cf0437d38a78e1b6abe90be1beb2d0a | |
parent | 70f6fe181d51255d8a6667e27b4eb8550b387cc0 [diff] |
gta4xl-common: 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 641477b..af4dda1 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
@@ -66,8 +66,7 @@ </array> <item name="cpu.suspend">5.26</item> <item name="cpu.idle">34</item> - <item name="battery.capacity">6840</item> - <item name="battery.typical.capacity">7040</item> + <item name="battery.capacity">7040</item> <item name="wifi.controller.idle">1</item> <item name="wifi.controller.rx">65</item> <item name="wifi.controller.tx">265</item>