• Hoimo@ani.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I recently saw terminal access as a feature of Android 16 too, so if you have su access, that should give you all the power you need. Now let’s hope root will become standard, instead of needing to flash Magisk.

    • taladar@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      2 days ago

      , so if you have su access, that should give you all the power you need.

      Still won’t save you from the complete isolation of the apps from each other, only allowing you to exchange data between them at the OS maker’s generosity.

      • Hoimo@ani.social
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 day ago

        I’m not sure if I understand what you’re talking about exactly. With root I can access all files on my device (including /data/data, where app internal files are kept) and I can give permission to apps to access all files too, it they ask for it. Not that I’d want that, because it’s way safer to keep user data in /storage/emulated/0 and give read permissions on file or folder level (like /Pictures for a gallery app, or just the picture I want to share for a social media app).

        If you want to share data between apps, the easiest way would be to give them access to the same folder in user space. That isn’t OS maker’s generosity, that’s basic security controls.

        • Sage1918@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          I think they’re talking about Android “Intends” which is the thing used by apps to communicate with each other.

          I have no clue how the OS handles the underlying things tho…