Android
The new home of /r/Android on Lemmy and the Fediverse!
Android news, reviews, tips, and discussions about rooting, tutorials, and apps.
πUniversal Link: [email protected]
π‘Content Philosophy:
Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.
Support, technical, or app related questions belong in: [email protected]
For fresh communities, lemmy apps, and instance updates: [email protected]
π¬Matrix Chat
π°Our communities below
Rules
-
Stay on topic: All posts should be related to the Android OS or ecosystem.
-
No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].
-
Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].
-
No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.
-
No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.
-
No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.
-
No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.
-
No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.
-
No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!
-
No affiliate links: Posting affiliate links is not allowed.
Quick Links
Our Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Lemmy App List
Chat and More
view the rest of the comments
What are non-dismissable notifications? Or more specifically, why would I want those?
Persistent notification for some ongoing processes, such as downloads, torrenting clients, VPN services, all sorts of synchronisation, weather, DND, bedtime mode, battery monitors etc.
I in particular liked to use it with Tasks.org client for non-dismissable reminders, so that they stayed in the notifications bar until I mark them done. This way I would never accidentally dismiss a reminder for a chore until I specifically completed it.
This right here. Exact same use case.
What I've started doing is setting them to re-trigger at random if they've been swiped away. At least then if I accidentally dismiss it, it'll come back in a little while.
Well, that's some solution, thanks . Guess I will do that as well
The app should resend reminders until it's completed. This doesn't seem like a big issue.
It was a way for apps to run without risk of being killed while letting the user easily see that the app was running.
That sounds like a weird way to get around battery optimizations without having to ask the user to explicitly do that for this app? I mean there is a mechanic for that already via disabling battery optimizations, far as I understand it.
Showing a notification doesn't "evade" battery optimization - as battery optimization is completely independent of Android's memory management.
Showing a notification allows Android's memory management to better assess what apps to kill using a weights system, based on whether they are in the foreground or background, if any of the app's overlays/notifications are visible to the user, and exactly how visible they are.
Battery optimization will kill any non-system app based on how frequently it is used, dependent on its overall background CPU usage, regardless of whether the app is showing a notification or not.
Exactly, it was a crappy stop gap solution.
I hated apps that did that. Never really worked anyway. Do your app properly for God's sake!