-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Feature Request] Filtering out silent
notifications
#78
Comments
silent
notifications
This sounds like a great idea, but I'm uncertain how much effort this will require since the Notification API is lacking a lot of info, that the Android System has access to. Feel free to give it a try. Starting Points:
Can you move the Notification gap request to a new issue? I think it's easier to manage that way. |
Ok. Will do that. About the notifications API, the docs have the following Do you think this can be used ? |
I don't think this can be used because it doesn't tell us about individual notifications. |
I think you can do this just by tweaking the notification permissions you grant to "always on". I think there is an option to not grant permission to silent notifications which should achieve this? |
Describe the solution you'd like
Would be super cool if we could filter out
Silent
notifications and just showAlterting
notifications.Additional Context here
PS: I am developer myself, and would love to help and implement this with your guidance (where should I start in the code-base ? where should I look for this ? etc).
PPS: Great app. Thanks for it.
The text was updated successfully, but these errors were encountered: