Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Notification Channel settings in system from app's setting screen in Oreo. #657

Open
mstssk opened this issue Feb 8, 2018 · 0 comments

Comments

@mstssk
Copy link

mstssk commented Feb 8, 2018

Overview (Required)

  • Users can specify settings for each Notification Channels from Android 8.0 Oreo.
  • So we need to implement links to Notification Channel settings, like this:
Intent intent = new Intent(Settings.ACTION_CHANNEL_NOTIFICATION_SETTINGS);
intent.putExtra(Settings.EXTRA_CHANNEL_ID, channelId);
intent.putExtra(Settings.EXTRA_APP_PACKAGE, getPackageName());
startActivity(intent);

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants