diff options
author | Nick Pelly <npelly@google.com> | 2012-06-11 14:58:02 -0700 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2012-06-11 15:05:17 -0700 |
commit | 78580f557b8e669af8c916544749c06f4ba31bd1 (patch) | |
tree | a2258d09bfd0564a3e3c8f11332522e3f69d9960 /overlay/frameworks | |
parent | a5fd6f00cebe81b962fcdf93c8520367e0541053 (diff) | |
download | device_samsung_maguro-78580f557b8e669af8c916544749c06f4ba31bd1.zip device_samsung_maguro-78580f557b8e669af8c916544749c06f4ba31bd1.tar.gz device_samsung_maguro-78580f557b8e669af8c916544749c06f4ba31bd1.tar.bz2 |
Include a realistic wifi.scan mA value.
With a wakelock on, and the screen off, I measured the current delta
when a passive wifi scan is triggered. It is around 100mA.
Bug: 6642581
Change-Id: I27f515c4a855802edcc2d80e6835481d53ea5f47
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/xml/power_profile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml index 9bb46a8..feebd3a 100644 --- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml +++ b/overlay/frameworks/base/core/res/res/xml/power_profile.xml @@ -27,7 +27,7 @@ <item name="screen.full">160</item> <!-- 360 max on calendar --> <item name="wifi.on">1</item> <item name="wifi.active">150</item> - <item name="wifi.scan">200</item> + <item name="wifi.scan">100</item> <item name="dsp.audio">150</item> <item name="dsp.video">200</item> <item name="radio.active">150</item> |