- [Android] added support to bypass have notifications bypass the device's Do Not Disturb (DnD) settings. Thanks the PR from Michel v. Varendorff that added the following changes
- The
hasNotificationPolicyAccess()method that checks if the application can modify the notification policy - The
requestNotificationPolicyAccess()method that was added theAndroidFlutterNotificationsPluginclass. This can be used request access for the calling application modify the notification policy - Added
bypassDndthe property of theAndroidNotificationChannelclass andchannelBypassDndto theAndroidNotificationDetailsclass. These can used to indicate if notifications associated with the channel can bypass the DnD settings of the device
- The
- Bumped
msixdev dependency in example app. This to fix the issue where themsixpackage stopped being able to created MSIX installers