Skip to content

Instantly share code, notes, and snippets.

@SubhrajyotiSen
Created December 5, 2021 19:33
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 SubhrajyotiSen/f78b94168a1692760b94f5556523d589 to your computer and use it in GitHub Desktop.
Save SubhrajyotiSen/f78b94168a1692760b94f5556523d589 to your computer and use it in GitHub Desktop.
public void createNotificationChannel(@NonNull NotificationChannel channel) {
if (Build.VERSION.SDK_INT >= 26) {
mNotificationManager.createNotificationChannel(channel);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment