Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created March 22, 2017 09:34
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/cef8c79ff356fe7596911a250f275727 to your computer and use it in GitHub Desktop.
Save hitherejoe/cef8c79ff356fe7596911a250f275727 to your computer and use it in GitHub Desktop.
Intent intent = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS);
intent.putExtra(Settings.EXTRA_CHANNEL_ID, notificationChannel.getId());
intent.putExtra(Settings.EXTRA_APP_PACKAGE, getPackageName());
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment