diff options
Diffstat (limited to 'samples/browseable/MessagingService/_index.jd')
-rw-r--r-- | samples/browseable/MessagingService/_index.jd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/browseable/MessagingService/_index.jd b/samples/browseable/MessagingService/_index.jd new file mode 100644 index 000000000..ceaba3440 --- /dev/null +++ b/samples/browseable/MessagingService/_index.jd @@ -0,0 +1,12 @@ +page.tags="MessagingService" +sample.group=Notification +@jd:body + +<p> + +This sample shows a simple service that sends notifications using +NotificationCompat. In addition to sending a notification, it also extends +the notification with a CarExtender to make it compatible with Android Auto. +Each unread conversation from a user is sent as a distinct notification. + + </p> |