From d6a6f96bb694e486c7c19497d5eb130beca289f5 Mon Sep 17 00:00:00 2001
From: Andrew Solovay
To learn about the new resource-resolution behavior and the best practices you -should follow, see Multilingual Support.
+should follow, see Multilingual Support.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,