Slide 66
Slide 66 text
Start reply receiver from Service
// Building a Pending Intent for the reply action to trigger
PendingIntent replyIntent =
PendingIntent.getBroadcast(getApplicationContext(),
conversationId,
createIntent(conversationId, REPLY_ACTION),
PendingIntent.FLAG_UPDATE_CURRENT);