I need to use Messenger for a project im working on, but i dont want it to harvest all my data. how to make it collect as least data as possible?

  • Lojcs@lemm.ee
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    10 个月前

    Android apps are already sandboxed. You don’t need to sandbox them further unless you’re giving them permissions to peek out of that sandbox.

    Edit: Also would like to add x8 sandbox to the list. It emulates its own android instead of using profile management features like the other apps mentioned. Since it’s proprietary I wouldn’t trust it (and it does have a performance impact), but wanted to throw it out here.

    • ByteWelder@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      10 个月前

      This is partially true: Android does sandboxing, but it only gives you partial control over your apps. Firstly, certain permissions give a wider access than initially seems (e.g. media access). Secondly, not all permissions are user-manageable. For example: you cannot stop certain apps (like banking apps) to query the system for other apps you have installed.