Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 22, 2017 14:23
Show Gist options
  • Save hitherejoe/1adb99715c635cf70b629b7ef0b0fd6e to your computer and use it in GitHub Desktop.
Save hitherejoe/1adb99715c635cf70b629b7ef0b0fd6e to your computer and use it in GitHub Desktop.
String groupId = "some_group_id";
CharSequence groupName = "Some Group";
NotificationManager notificationManager =
(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
notificationManager.createNotificationChannelGroup(new NotificationChannelGroup(groupId, groupName));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment