this post was submitted on 25 Jul 2024
139 points (93.7% liked)
Asklemmy
43781 readers
1045 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy π
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I was limiting things specifically to security. E.g. iOS uses encryption for local personal files, and attempts to use strict security as far as what apps are allowed to do instead of a single "yes do whatever / uninstall app" dialog at the beginning (refusing to use background apps to use the camera + network + etc). It wasn't a general comparison.
Android also encrypts the user data by default since Android 10 (2019).
Android also has different permissions the apps need to ask for just like iOS. Including not allowing background apps to use the camera/GPS/mic by default.
Hm, maybe I am misinformed then. I havenβt used Android in a few years and I just remember being very struck by how enthusiastic iOS was, when I started using it, about smacking down apps that wanted to do something sketchy and how absolutely appalling were the app permissions choices I was faced with on Android.
Android also has fantastic notification controls on a per app basis compared to iOS. I can pop into settings and disable an apps "Marketing" channel, but continue to allow it to have its "Important notifications" channel for example.
Here's Nextdoors notification channel settings:
I can disable any one of these channels independently, and then it goes a bit further
Tapping on a channel also allows you to set individual settings, maybe I want NDs "Announcement" notifications, but I want them to be silent, but maybe I still want them to popup on screen while I'm actively using my phone
Ofc, it's still dependent on individual apps to implement their side properly, but when they do its amazing
You're thinking of install-time permissions, which technically does still exist, but pretty much most of the permissions you'd actually care about are runtime (or special) permissions - the application must request these from the user.
There are three main types of permissions on Android:
Runtime permissions were introduced in Android 6.0, which was released in 2015, I am not sure when the special permission system was implemented however.