this post was submitted on 01 Apr 2024
23 points (96.0% liked)
Privacy
31837 readers
90 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
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
Hmm, I see, it's a bit complicated.
When a permission is listed in exodus (or other apps that are more technical), it means that the app wants to make use of that feature.
Some features don't have a toggle and are automatically granted, some features don't have a toggle and not granted automatically either, and then there's those which call be toggled in the standard place. This last category is called runtime permissions, because the system APIs have been taught to properly handle when these change while the app it's running.
Sometimes a manufacturer specific android rom (like miui) has additional toggles, usually in a different screen, those are not (officially) called runtime permissions.
In your case, the state of the permissions that have toggles are obvious by the state of the toggle. The others.. it depends if the system automatically grants them. The easiest way to find this out is to install the app, and check its granted permissions that way, like with App Manager made by Muntashir Akon.