diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-22 19:40:33 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-22 19:40:33 -0700 |
commit | fea1a459aaebc5fd66b12520312ddbe09547f094 (patch) | |
tree | fefbf223b0ac3f2cca7a11ce54dc118ef99b90c1 /core/res | |
parent | b181118b6e58c0014da4e9d52bf38548adc73a8a (diff) | |
parent | 244fa5c05b2cc8c4c0754aeed4ee42c588ea89d1 (diff) | |
download | frameworks_base-fea1a459aaebc5fd66b12520312ddbe09547f094.zip frameworks_base-fea1a459aaebc5fd66b12520312ddbe09547f094.tar.gz frameworks_base-fea1a459aaebc5fd66b12520312ddbe09547f094.tar.bz2 |
Merge change 2364 into donut
* changes:
Initial checkin for App Fuel Gauge infrastructure.
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/xml/power_profile_default.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/core/res/res/xml/power_profile_default.xml b/core/res/res/xml/power_profile_default.xml new file mode 100644 index 0000000..d265b46 --- /dev/null +++ b/core/res/res/xml/power_profile_default.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2009, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License") +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> + +<device name="Android"> + <item name="none">0</item> + <item name="screen.on">30</item> + <item name="bluetooth.active">103</item> + <item name="bluetooth.on">5</item> + <item name="screen.full">144</item> + <item name="wifi.on">23</item> + <item name="wifi.active">200</item> + <item name="wifi.scan">200</item> + <item name="cpu.idle">1.6</item> + <item name="cpu.normal">100</item> + <item name="cpu.full">140</item> + <item name="dsp.audio">70</item> + <item name="dsp.video">100</item> + <item name="radio.on">3</item> + <item name="radio.active">175</item> +</device> |