commit | 8aea631c57d9f3e338162df45040e80377fcd4fa | [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:15:46 2024 +0200 |
tree | 2f8b0a4bf839a1eafdf5512c81a946aece90a99e | |
parent | 06b1373db8dbddd18aa751a597f7220f43afbc33 [diff] |
beyond2lte: 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>