Neamar / KISS

Lightning fast, open-source, < 250kb Android launcher
https://kisslauncher.com/
GNU General Public License v3.0
2.93k stars 579 forks source link

Notification dot - useless for apps playing media #1206

Closed licaon-kter closed 5 years ago

licaon-kter commented 5 years ago

...can they be smartly excluded?

TheLastProject commented 5 years ago

It's not just music players, it's all these permanent low-priority notifications to keeps apps from getting OOM killed too:

Not sure how those can be best filtered though...

licaon-kter commented 5 years ago

Indeed, looks like a new "exclusion list" is needed :+1:

TheLastProject commented 5 years ago

Nah, they are a special type of notification, should be possible to filter those out automatically. My Android knowledge is just a bit too limited to be able to explain what is different about those.

TheLastProject commented 5 years ago

https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/services/NLService.java#L150

This filter will probably work well

ildar commented 5 years ago

Sorry I don't get it: is an EXTRA little green dot as annoying for you?

TheLastProject commented 5 years ago

If the app doesn't actually need my attention, yes.

Neamar commented 5 years ago

Yeah I agree, it should be fairly simple to exclude low priority notifications. However if the notifications isn't implemented properly there won't be much that can be done...

ildar commented 5 years ago

Possible to filler out persistent notifications?

Neamar commented 5 years ago

I removed low priority notification from the list :)

Persistent notification might still be displayed depending on how they are implemented.