Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 23, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/7bf6f0834ffc5f921945 to your computer and use it in GitHub Desktop.
Save hitherejoe/7bf6f0834ffc5f921945 to your computer and use it in GitHub Desktop.
NotificationCompat.Action replyAction =
new NotificationCompat.Action.Builder(R.drawable.ic_reply,
LABEL_REPLY, replyIntent)
.addRemoteInput(remoteInput)
.build();
NotificationCompat.Action archiveAction =
new NotificationCompat.Action.Builder(R.drawable.ic_archive,
LABEL_ARCHIVE, archiveIntent)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment