dap commit: Add a Note: The BatteryManager's default attribute values emulate

changeset:   535:e3adea99b9d6
user:        Anssi Kostiainen <anssi.kostiainen@intel.com>
date:        Tue Jun 10 12:00:50 2014 +0300
files:       battery/Overview.src.html
description:
Add a Note: The BatteryManager's default attribute values emulate
a fully charged battery.


diff -r 6f9e98de9d75 -r e3adea99b9d6 battery/Overview.src.html
--- a/battery/Overview.src.html	Mon Jun 09 16:25:15 2014 +0300
+++ b/battery/Overview.src.html	Tue Jun 10 12:00:50 2014 +0300
@@ -323,6 +323,10 @@
         <code>chargingTime</code> to 0, <code>level</code> to 1.0 and
         <code>dischargingTime</code> to the value positive Infinity respectively.
       </p>
+      <div class="note">
+        The <a>BatteryManager</a>'s default attribute values emulate a fully
+        charged battery.
+      </div>
       <p>
         The <code>charging</code> attribute MUST be set to false if the battery
         is discharging, and set to true, if the battery is charging, the

Received on Tuesday, 10 June 2014 09:13:24 UTC