• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2page.tags="MessagingService"
3sample.group=Android N Preview
4@jd:body
5
6<p>
7
8This sample shows a simple service that sends notifications using
9NotificationCompat. It also extends the notification with Remote
10Input to allow Android N devices to reply via text directly from
11the notification without having to open an app. The same Remote
12Input usage also allows Android Auto users to respond by voice
13when the notifications is presented in that experience.
14Note: Each unread conversation from a user is sent as a distinct
15notification.
16
17        </p>
18