Force use of system settings to configure notifications on SDK30+.

This commit is contained in:
Cody Henthorne
2022-05-10 14:47:59 -04:00
committed by Alex Hart
parent 68ba3433a3
commit 06a49b5d5a
7 changed files with 116 additions and 79 deletions

View File

@@ -184,7 +184,7 @@ public final class EnableCallNotificationSettingsDialog extends DialogFragment {
}
private void showNotificationChannelSettings() {
NotificationChannels.openChannelSettings(requireContext(), NotificationChannels.CALLS);
NotificationChannels.openChannelSettings(requireContext(), NotificationChannels.CALLS, null);
}
private void showAppSettings() {