summaryrefslogtreecommitdiff
path: root/samples/browseable/MessagingService/_index.jd
blob: ceaba3440cd61c4bdd2d8de89b15920f5b5c572f (plain)
1
2
3
4
5
6
7
8
9
10
11
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>