From d3e426bebd7c3c65c16456353f521d9d9e0f72b8 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Sun, 15 Jun 2014 16:01:28 -0700 Subject: [PATCH] docs: Review the User Interface section for the L API Preview Change-Id: Ied0002d5c4b0a29919be28f2feb04a419c563160 --- docs/html/preview/api-overview.jd | 46 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 7c48340b81d1e..40618a34fb35f 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -170,65 +170,63 @@ information.

Material design support

-

L adds support for the material design style. You can create +

The L Developer Preview adds support for the material design style. You can create material design apps that are visually dynamic and have UI element transitions which feel natural and delightful to users. This support includes:

To learn more about adding material design functionality to your app, see Material design on Android.

Lockscreen notifications

-

Lockscreens in L Developer Preview have the ability to present notifications. -User can choose via Settings whether to allow sensitive notification +

Lockscreens in the L Developer Preview have the ability to present notifications. +Users can choose via Settings whether to allow sensitive notification content to be shown over a secure lockscreen.

Your app can control the level of detail visible when its notifications are -displayed over the secure lockscreen.To control the visibility level, call +displayed over the secure lockscreen. To control the visibility level, call {@code android.app.Notification.Builder.setVisibility()} and specify one of these values:

Notifications metadata

The L Developer Preview uses metadata associated with your app notifications to more intelligently sort your notifications. The metadata you set also -controls how the system presents your app notifications when the user is in Do -not disturb mode. When constructing your notification, you can call the +controls how the system presents your app notifications when the user is in Do +not disturb mode. When constructing your notification, you can call the following methods in {@code android.app.Notification.Builder}:

-

Concurrent documents and activities in Recents screen

+

Concurrent documents and activities in the Recents screen

In previous releases, the Recents screen