xabdax Hey everyone, I'm just trying to understand how Microsoft apps communicate with each other. I was logged in on the Outlook app with my MS account, and when I recently downloaded MS Excel, I automatically got logged in there as well, without me providing any user name or password.
I can't find my Microsoft account among the others in "Passwords, passkeys and accounts" in my settings, though. Thus I do wonder how Excel obtained information about my login credentials, since I thought these apps are all sandboxed and separated from each other.
de0u They are sandboxed, via the Android app sandbox, but the app sandbox is not a way to convert privacy-invasive apps into privacy-respecting apps. In particular, a core part of the Android design is that apps that choose to can communicate with each other via IPC.
This is main reason why I would separate proprietary apps that should be offline (like Google camera) from proprietary apps that need network access.
The easiest way to do this, is using the private space for proprietary apps with network access.