Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 23, 2016 20:13
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/e83c272965e62ae93a4c to your computer and use it in GitHub Desktop.
Save hitherejoe/e83c272965e62ae93a4c to your computer and use it in GitHub Desktop.
NotificationCompat.Builder builder = new NotificationCompat.Builder(context)
.setSmallIcon(R.drawable.ic_phonelink_ring_primary_24dp)
.setContentTitle(title)
.setContentText(message)
.setLargeIcon(largeIcon)
.setAutoCancel(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment