Skip to content

Instantly share code, notes, and snippets.

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