diff --git a/docs/html/preview/features/background-optimization.jd b/docs/html/preview/features/background-optimization.jd index e415bd300c991..79ba5c81df2d6 100644 --- a/docs/html/preview/features/background-optimization.jd +++ b/docs/html/preview/features/background-optimization.jd @@ -112,7 +112,7 @@ page.keywords="android N", "implicit broadcasts", "job scheduler"
Note: A {@link android.content.BroadcastReceiver} registered with {@link android.content.Context#registerReceiver Context.registerReceiver()} - continues to receive these broadcasts while the app is in the foreground. + continues to receive these broadcasts while the app is running.
Note: Neither -{@link +
+ Note: Neither {@link android.app.AlarmManager#setAndAllowWhileIdle(int, long, android.app.PendingIntent) setAndAllowWhileIdle()} nor {@link android.app.AlarmManager#setExactAndAllowWhileIdle(int, long, - android.app.PendingIntent) setExactAndAllowWhileIdle()} can fire alarms more than once per 15 -minutes per app.
+ android.app.PendingIntent) setExactAndAllowWhileIdle()} can fire alarms more + than once per 9 minutes, per app. +The Doze restriction on network access is also likely to affect your app,