Merge "Add power profile config to reflect the presence of two displays" into main

This commit is contained in:
Dmitri Plotnikov 2024-10-28 20:41:33 +00:00 committed by Android (Google) Code Review
commit 0705ab4ca1

View file

@ -151,13 +151,17 @@
</array>
<!-- Additional power used when screen is ambient mode -->
<item name="ambient.on">32</item>
<item name="ambient.on.display0">32</item>
<item name="ambient.on.display1">32</item>
<!-- Additional power used when screen is turned on at minimum brightness -->
<item name="screen.on">98</item>
<item name="screen.on.display0">98</item>
<item name="screen.on.display1">98</item>
<!-- Additional power used when screen is at maximum brightness, compared to
screen at minimum brightness -->
<item name="screen.full">470</item>
<item name="screen.full.display0">470</item>
<item name="screen.full.display1">470</item>
<!-- Average power used by the camera flash module when on -->
<item name="camera.flashlight">240.47</item>