Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 22, 2017 12:07
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/fcc9d67d0c3aecac7abccd8cfed9069c to your computer and use it in GitHub Desktop.
Save hitherejoe/fcc9d67d0c3aecac7abccd8cfed9069c to your computer and use it in GitHub Desktop.
NotificationManager notificationManager =
(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
NotificationChannel notificationChannel = notificationManager.getNotificationChannel("some_id");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment