diff --git a/docs/html/preview/samples.jd b/docs/html/preview/samples.jd index ad43dc07fc801..de21b515b3eda 100644 --- a/docs/html/preview/samples.jd +++ b/docs/html/preview/samples.jd @@ -26,25 +26,34 @@ page.image=images/cards/card-n-samples_2x.png

-

Notifications

+

Active Notifications

- This sample is updated to demonstrates how to take advantage of new - notifications features available in Android N. + This is a pre-existing sample which shows a simple service that sends + notifications using NotificationCompat. Each unread conversation from a user + is sent as a distinct notification.

- + This sample has been updated to take advantage of new notification features + available in Android N. +

+

+ Get it on GitHub

-

JobScheduler

+

Messaging Service

- This sample demonstrates how to use the JobScheduler API to schedule - background tasks when certain conditions apply, such as network or charging - state. + This is a pre-existing sample which demonstrates how to use + NotificationManager to tell how many notifications an application is currently + showing.

- + This sample has been updated to take advantage of new notification features + available in Android N. +

+

+ Get it on GitHub