Files
android_development/samples/browseable/MessagingService/_index.jd
Trevor Johns 5a6b719823 samples: Sync prebuilts for nyc-dev
developers/samples/android: f9872ded3bb6cd3c01ab0881a58764f5171b4c64
developers/build: 23e77f8a040c0b35531a68e776363f32fa7feeeb

Change-Id: I93e7c66e0cff22d3852d36a1a1257bb10eec3ba0
2016-06-15 11:19:33 -07:00

18 lines
572 B
Plaintext

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>