From d50a6f8ef27b793d2b0d65140bfeb5e824c3b103 Mon Sep 17 00:00:00 2001
From: Quddus Chong
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