diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 7eba386a97828..c0aa1be9d4d57 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -539,7 +539,7 @@ GPS/Wi-Fi scans.

The best practices for adapting your app to Doze are the same whether the device is moving or not, so if you already updated your app to gracefully handle Doze, you're all set. If not, start adapting +href="{@docRoot}training/monitoring-device-state/doze-standby.html#assessing_your_app">adapting your app to Doze now.

Project Svelte: Background optimizations

@@ -558,8 +558,13 @@ for users. Apps can schedule jobs while letting the system optimize based on memory, power, and connectivity conditions. JobScheduler offers control and simplicity, and we want all apps to use it.

-

Another good option is GCMNetworkManager, part of Google Pl

ay Services, which offers similar job scheduling with -compatibility across legacy versions of Android.

+

+ Another good option is + GCMNetworkManager, part of Google Play Services, which + offers similar job scheduling with compatibility across legacy versions of + Android. +

We're continuing to extend JobScheduler and GCMNetworkManager to meet more of your use cases — for example, in Android N you can now schedule background