Docs: Minor edits that missed the M release
Bug: 24542027
Change-Id: I6f67f9bb4e34d40dece0b79035984e0a45ddc7f6
diff --git a/src/devices/tech/power/mgmt.jd b/src/devices/tech/power/mgmt.jd
index 51c87e7..32c20aa 100644
--- a/src/devices/tech/power/mgmt.jd
+++ b/src/devices/tech/power/mgmt.jd
@@ -119,10 +119,10 @@
times, a device in Doze remains aware of motion and immediately leaves Doze
if motion is detected.</p>
-<p>System services (such as telephony) and other preloaded services/apps are
-exempted from Doze by default. Users can also exempt specific applications from
-Doze in the Settings menu. By default, Doze is <b>disabled</b> in the Android
-Open Source Project (AOSP). For details on enabling Doze, see
+<p>System services (such as telephony) may be preloaded and exempted from Doze
+by default. Users can also exempt specific applications from Doze in the
+Settings menu. By default, Doze is <b>disabled</b> in the Android Open Source
+Project (AOSP). For details on enabling Doze, see
<a href="#integrate-doze">Integrating Doze</a>.</p>
<h3 id="doze-reqs">Doze requirements</h3>
@@ -167,8 +167,9 @@
<li>Apps not allowed network access.</li>
<li>App wakelocks ignored.</li>
<li>Alarms deferred. Excludes alarm clock alarms and alarms set using
-<code>setAndAllowWhileIdle()</code>. This exemption is intended for apps (such
-as Calendar) that must show event reminder notifications.</li>
+<code>setAndAllowWhileIdle()</code> (limited to 1 per 15 minutes per app while
+in Doze). This exemption is intended for apps (such as Calendar) that must show
+event reminder notifications.</li>
<li>Wi-Fi scans not performed.</li>
<li>SyncAdapter syncs and JobScheduler jobs deferred until the next maintenance
window.</li>