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