-
-
Save hitherejoe/cef8c79ff356fe7596911a250f275727 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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