Skip to content

Commit

Permalink
power_profile: fix radio.on error (thanks kra1o5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 3, 2013
1 parent 9c65e77 commit f791ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/frameworks/base/core/res/res/xml/power_profile.xml
Expand Up @@ -32,7 +32,7 @@
<item name="radio.active">230</item>
<item name="gps.on">120</item>
<array name="radio.on">
<value>90</value>
<value>3</value>
<value>3</value>
</array>
<array name="cpu.speeds">
Expand Down

0 comments on commit f791ade

Please sign in to comment.