this post was submitted on 09 Dec 2023
6 points (100.0% liked)

Ask Android

2200 readers
5 users here now

A place to ask your questions and seek help related to your Android device and the Android ecosystem.

Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!

Rules
  1. Be descriptive: Help us help you by providing as many details as you can.
  2. Be patient: You're getting free help from Internet strangers, so you may have to wait for an answer.
  3. Be helpful: If someone asks you for more information, tell us what you can. If someone asks you for a screenshot, please provide one!
  4. Be nice: Treat others with respect, even if you don't agree with their advice. Accordingly, you should expect others to be nice to you as well. Report intentionally rude answers.
  5. No piracy: Sharing or discussing pirated content is strictly prohibited. Do not ask others for a paid app or about how to acquire one.
  6. No affiliate/marketing links: Posting affiliate links is not allowed.
  7. No URL shorteners: These can hide the true location of the page and lead people to malicious places.
  8. No lockscreen bypasses: Please do not comment, link, or assist with bypassing lock screens or factory reset protection.
  9. No cross-posting: Please take the time to make a proper post instead of cross-posting.
Other Communities

founded 1 year ago
MODERATORS
 

I didn't really notice till now, and searching around I see lots of complaints in various communities for different apps.

Turns out it's intended behavior in Android 14. The only persistent thing about it is that they don't disappear when you hit "clear all", which is something I never do because I only dismiss the ones I need to instead of nuking everything.

Feels like a big step backwards and I don't understand the reasoning behind it. It was always possible to kill persistent notifications if we really needed to.

Is there any workaround to get it back?

Unnecessary backstory:

I use a notification creation app to leave important TODOs as pinned notifications so I see them when I check my phone.

I've missed some and I thought I was setting them wrong. Turns out the notifications can be dismissed accidentally, making the app useless.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

There are things that could happen on the system which will dismiss notifications. If an app wants to keep notifying the user, it should have a notification management function that keeps track of its notifications and re-notifies when needed. Using a magic flag that may have prevented some types of dismissal is not super robust. E.g. if the app crashes or is force-stopped by the user or by the system, its notifications are dismissed. Upon restart, scheduled or user-initiated it should re-notify if it wants to keep the user aware of these notifications.

As for the reasoning, I'm suspecting there's been abuse by apps and complaints by users.