Add power profile config to reflect the presence of two displays
Bug: 363857767 Test: adb shell dumpsys batterystats Flag: EXEMPT_bugfix Change-Id: I14add1339ef418b89201bc56c1b9cec80f3afc79
This commit is contained in:
parent
da210da2f2
commit
0f940132a1
1 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue