diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 441793acf6d5d..7c48340b81d1e 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -143,7 +143,7 @@ sounds and vibration. media playback control from the lockscreen through a media notification. This gives your app more control over the presentation of media buttons, while providing a consistent experience for users across the lockscreen and -the unlocked device.
+unlocked device.You must call {@code Notification.Builder.setVisibility(Notification.VISIBILITY_PUBLIC)} to mark your media notification as safe to reveal, even when the lockscreen is secured with a PIN, pattern, or password.
@@ -185,7 +185,7 @@ which feel natural and delightful to users. This support includes: UI elements with {@code android.view.Window.setStatusBarColor()}.To learn more about adding material design functionality to your app, see -Material design on Android.
+Material design on Android.Lockscreens in L Developer Preview have the ability to present notifications. @@ -448,6 +448,7 @@ flexible use of NFC:
The L Developer Preview provides a new {@code android.app.job.JobScheduler} -API that lets you define jobs for the system to run asynchronously at a later -time that optimizes battery life, such as when the device is charging. This is +API that lets you optimize battery life by defining jobs for the system to run +asynchronously at a later time, such as when the device is charging. This is useful when you want to defer non user-facing units of work, have application code that accesses the network, or want to run a number of tasks as a batch on a regular schedule.
@@ -513,10 +514,10 @@ statistical data about battery usage on a device, organized by unique user IDUse the {@code --help} option to learn about the various options that you -can apply for tailoring the output. For example, to run the tool to print -battery usage statistics since the device was last charged for a given app -package, run this command: +
Use the {@code --help} option to learn about the various options for +tailoring the output. For example, to run the tool to print battery usage +statistics since the device was last charged for a given app package, run this +command:
$ adb shell dumpsys batterystats --charged