CreateNotif.java-2
final NotificationCompat.Builder builder = new NotificationCompat.Builder(this, "1000111") | |
.setContentTitle("Notification Title") | |
.setSmallIcon(R.drawable.ic_stat_name) | |
.setContentText("Notification Text") | |
.setPriority(NotificationCompat.PRIORITY_DEFAULT); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment