Hey guys n gurls,
I recently learned about exodus, and installed it to check my apps. While exodus shows some apps (like bike computer for reference) are allowed to track my position (quite logically).
The strange thing: in system settings it says seeing position is not allowed.
Does this mean that the app wants those permissions but I don’t granted them? Or are my system settings bricked? Is this because of lineage? Is this expected?
Would greatly appreciate someone who understands this a little bit more to explain :)
P.S: Is (the tracker part of) exodus even useful when i already use neo store which shows known tracker? Is this maybe even the same database?
This is because exodus shows all technical permissions, that are defined in the AndroidManifest.xml file inside the APK with `` tags.
The operating system being “user friendly” won’t show those confusing, very confusing permissions because they are not toggleable, at least from the settings user interface.
If you want, you probably can revoke those permissions through an adb shell or a root shell with the appropriate command (
pm revoke packagename permissionname
).I will add that this are permissions requested by the app and this doesn’t mean that system granted access to them.
This. Androids permission toggles combine multiple ones. GrapheneOS actually adds more of these toggles, as some things like Network and various sensor permissions are always on (wtf Android). But even those are combined toggles.
You can also display more permissions on the permission page, top right.
Okay that makes sense. But which are the ones actually apllying?
E.g: exodus says the app can see my position System settings say they can’t see my position, as its disabled.
So: is bike Computer capable of seing my position at the moment?
I forgot to respond to the last question. If the toggle is off, it does not have access to it. Bike Computer should not be able to see your position at the moment.