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