Skip to content

Commit

Permalink
xz2c: power-profile: Resolve Deprecated Items
Browse files Browse the repository at this point in the history
06-26 18:26:52.874  2488  2488 W PowerProfile: ambient.on is deprecated! Use ambient.on.display0 instead.
06-26 18:26:52.874  2488  2488 W PowerProfile: screen.on is deprecated! Use screen.on.display0 instead.
06-26 18:26:52.874  2488  2488 W PowerProfile: screen.full is deprecated! Use screen.full.display0 instead.

Change-Id: Id4de9a0a08611363b2d26dc2eb67158037321cbb
  • Loading branch information
ekkusa authored and dtrunk90 committed May 11, 2024
1 parent bd603cc commit 2038779
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions overlay/frameworks/base/core/res/res/xml/power_profile.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<device name="Android">
<item name="ambient.on">44.37</item>
<item name="screen.on">44.37</item>
<item name="screen.full">281.40</item>
<item name="ambient.on.display0">44.37</item>
<item name="screen.on.display0">44.37</item>
<item name="screen.full.display0">281.40</item>
<item name="bluetooth.active">0</item>
<item name="bluetooth.on">0</item>
<item name="wifi.on">1.46</item>
Expand Down Expand Up @@ -164,4 +164,4 @@
<value>10.26</value>
</array>
<item name="gps.voltage">3700</item>
</device>
</device>

0 comments on commit 2038779

Please sign in to comment.