-
Notifications
You must be signed in to change notification settings - Fork 12
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: configurable notificationChannel importance #3
Comments
@SayWut wow that's exactly what I meant! How did I miss that... :) my bad! |
When I implemented this I checked if this works The single line notification it depends on the OS and every android OS works differently, on some you need to use LOW on other you need to use MIN I am not in front of my PC right now, I will check this later |
from what I checked and tested there is no way to create a single line foreground service in android 8 when you use importance min the OS change the importance to higher lvl
https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_MIN |
I don't know if it makes a difference, but I'm using android 10 in the image above. |
🤔 I will check on this |
I tried to play with it and I didn't find any solution that works, if you manage to create single line notification send me the solution I will try to implement it. |
Alright I'll test around and if I find something I'll let you know. |
It would be nice if we could specify the importance of the notification channel. This would allow a silent notification (one that doesn't appear continuously)
The text was updated successfully, but these errors were encountered: