Skip to content

Commit

Permalink
bln: overlay: Update deprecated screen power items
Browse files Browse the repository at this point in the history
* screen.on -> screen.on.display0
* screen.full -> screen.full.display0

AOSP frameworks/base: 8ac63071a4e6da7e0740f5eb6c6753218efcfd3a

Change-Id: Iad50e6cb63368e2d71e6fa1dbb6997c0f95d321e
  • Loading branch information
vware authored and Peam269 committed Feb 26, 2024
1 parent fa98e85 commit 8e76dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlay/frameworks/base/core/res/res/xml/power_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<device name="Android">
<!-- All values are in mA except as noted -->
<item name="none">0</item>
<item name="screen.on">131.6</item> <!-- min brite -->
<item name="screen.on.display0">131.6</item> <!-- min brite -->
<item name="bluetooth.active">97</item>
<item name="bluetooth.on">0.6</item>
<item name="bluetooth.at">0.6</item> <!-- TBD -->
<item name="screen.full">396.5</item> <!-- backlight 16 leds -->
<item name="screen.full.display0">396.5</item> <!-- backlight 16 leds -->
<item name="wifi.on">0.6</item>
<item name="wifi.active">128</item>
<item name="wifi.scan">146</item>
Expand Down

0 comments on commit 8e76dff

Please sign in to comment.