diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index e6a90bba667fc..172e269e9c3b1 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -250,7 +250,8 @@ that it resolves resources. Make sure that you test and verify that your apps working as expected with the new resource resolution logic.

To learn about the new resource-resolution behavior and the best practices you -should follow, see Multilingual Support.

+should follow, see Multilingual Support.

ICU4J APIs in Android

@@ -410,12 +411,13 @@ Execution Environment (TEE):

For more information about the hardware-backed keystore feature, -see the guide for Hardware-backed Keystore. +see the guide for Hardware-backed Keystore.

In addition to Key Attestation, Android N also introduces fingerprint-bound keys that are not revoked on fingerprint enrollment.

@@ -625,7 +627,8 @@ can make your user experience amazing — immediate, fast, and context-aware When not handled right, background processing can needlessly consume RAM (and battery) and affect system performance for other apps.

-

Since Android 5.0, {@link android.app.job.JobScheduler} has been the preferred way of performing background work in a way that's good +

Since Android 5.0, {@link android.app.job.JobScheduler} has been the +preferred way of performing background work in a way that's good 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.

@@ -638,7 +641,8 @@ simplicity, and we want all apps to use it.

Android.

-

We're continuing to extend JobScheduler and GCMNetworkManager to meet more of +

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 work based on changes in Content Providers. At the same time we're starting to deprecate some of the older patterns that can reduce system performance,