3 ms·
Perhaps a stupid question, but why do notifications need to be stored in a database in persistent storage at all? OK, maybe they can be stored until they're di
by fmx 6mo ago
Perhaps a stupid question, but why do notifications need to be stored in a database in persistent storage at all?
OK, maybe they can be stored until they're dismissed in case the battery suddenly dies, so they can be displayed again on next boot and are not lost, but it sounds like they are being stored long after they are dismissed.
- deleted 6mo ago[deleted]
- heisenbit 6mo agoI suspect they live in a database and are eventually going where GC data goes.