You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
Currently, I could not find is no direct way to assign notification priority levels equivalent to androidx.compose.ui.window.Notification. On Windows, notifications default to standard behavior, preventing critical alerts from bypassing "Do Not Disturb" and "Alarms only" or appearing at the top of the Action Center.
The API should allow developers to specify a priority level (e.g., Default, High, or Top) .
Hello,
Currently, I could not find is no direct way to assign notification priority levels equivalent to androidx.compose.ui.window.Notification. On Windows, notifications default to standard behavior, preventing critical alerts from bypassing "Do Not Disturb" and "Alarms only" or appearing at the top of the Action Center.
The API should allow developers to specify a priority level (e.g., Default, High, or Top) .
Is this a possibility?