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]
📰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
It is dev dependent, but I don't agree with "devs can implement it just as easily" at all. One only requires using a built-in API to create notification channels (which you have to call anyway), the other requires designing and programming your own page for it.
iOS has built in app settings that don’t require any more than an entry and some plumbing:
But devs would have to put a setting, then check the setting before sending notifications. On android, you just tag the channel as part of your notification call, and the OS handles it.
And well, next to no apps have the function on iOS. So, I’m guessing it’s too much extra work. Even if not much.
It’s not going to be much more effort than anything else in their app. Like, you’re essentially arguing that a variable and some strings are hard to do, and that just not the case.
Well, the difference (without looking at all the relevant docs) would appear to be an if statement around a call to trigger the notification.
But I guess, since that seems too simple for them to not do it… it’s gotta be a convention / culture thing. When it’s built in to the OS as a feature, other developers are likely to implement it, in the same way, and the users will come to expect it, ask for it. But if you, as a dev, are left to do it yourself, there’s less motivation.
Also, Android might have had some system by which they actively encouraged devs to implement.
[This comment has been deleted by an automated system]
Many apps do actually have those kinda of notification options. Apollo for instance let you choose what notifications you wanted to receive. I’ve seen other apps do the same. Granted, it’s usually within the apps own internal settings and not within their settings page of the Settings app, but they definitely do exist.
That said, it’s likely more that most devs want you to receive all notifications. “Want to get notified when your balance changes? You also have to see our promotions!” Sounds like a very capitalism thing to do.