You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
572 B

page.tags="MessagingService"
sample.group=Android N Preview
@jd:body
<p>
This sample shows a simple service that sends notifications using
NotificationCompat. It also extends the notification with Remote
Input to allow Android N devices to reply via text directly from
the notification without having to open an app. The same Remote
Input usage also allows Android Auto users to respond by voice
when the notifications is presented in that experience.
Note: Each unread conversation from a user is sent as a distinct
notification.
</p>