Closed britannio closed 4 years ago
Actual behavior: opens the general app settings (user must then tap the notifications button) Expected behavior: opens the notification settings directly
Using this intent should solve the issue: https://developer.android.com/reference/android/provider/Settings.html#ACTION_APP_NOTIFICATION_SETTINGS
https://github.com/Vanethos/flutter_notification_permissions/blob/master/android/src/main/java/com/vanethos/notification_permissions/NotificationPermissionsPlugin.java#L40
Actual behavior: opens the general app settings (user must then tap the notifications button) Expected behavior: opens the notification settings directly
Using this intent should solve the issue: https://developer.android.com/reference/android/provider/Settings.html#ACTION_APP_NOTIFICATION_SETTINGS
https://github.com/Vanethos/flutter_notification_permissions/blob/master/android/src/main/java/com/vanethos/notification_permissions/NotificationPermissionsPlugin.java#L40