Screenshot_20240401-141407_Berechtigungssteuerung

Edit: got told by the kind folks in the community that this is expected and the sentence “can access position while in background” actually just means: will ask you for the permission to access the position from the background but only does so, if you allow it" - that’s what I figured, but now im sure. Thanks for the clarification everyone!

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?

  • ReversalHatchery@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    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).

    • SomeLemmyUser@discuss.tchncs.deOP
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      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?

      • ReversalHatchery@beehaw.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        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.

    • XioR112@lemmy.ml
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I will add that this are permissions requested by the app and this doesn’t mean that system granted access to them.

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        3 months ago

        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.

  • Atemu@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Exodus shows all permissions the app could use or request. You have denied all of those.

  • Cheradenine@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Try https://github.com/MuntashirAkon/AppManager you can use Obtanium or find it on f-droid. This will scan apps for tracker and permissions (and much more).

    Exodus does not always report correctly, usually it misses things, but sometimes it goes the other way.

    The f-droid version shows no trackers.

    You would have to Allow tracking for this to work.