mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #931] Separate notification category for service info #654
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#654
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DoganM95 on GitHub (Oct 25, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/931
💡 Idea
Currently when the service is running, it creates a persisting "Listening for incoming notifications" notification, which is good. However this notification cannot be customized, nor turned off, as it seems to not be part of any android notification category, so it always shows up in the notifications bar and cannot be minimized/silenced.
Here is an attempt to turn off that notification, you can see even after turning off all categories, the persisting service notification is still there, until general ntfy is turned off:



💻 Target components
Android app
@wunter8 commented on GitHub (Oct 26, 2023):
There is supposed to be a "Subscription Service" category that you can minimize or disable
What OS are you using?
@DoganM95 commented on GitHub (Oct 26, 2023):
Android 13 (On Nubia Red Magic 8 Pro)
@binwiederhier commented on GitHub (Nov 20, 2023):
@DoganM95 Do you not see the subscription service?
@DoganM95 commented on GitHub (Nov 20, 2023):
@binwiederhier nope, no subscription service category for me. Just checked if this is some general issue on my phone but no, Tasker for example has lots of "System" and "User" categorized notifications that are customizable. Seems like your app does something different that does not work in my case.
@shlewislee commented on GitHub (Aug 20, 2024):
Unrelated but for those who are wondering why there is no notification categories at all: For some reason, Samsung decided to disable(hide) notifications category by default. You can enable it by enabling
Notifications - Advanced settings - Manage notification categories for each app.Hope this helps someone.