From f6ccd3b13a76680933fcec39be7d2286b5824113 Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Thu, 30 Apr 2020 15:51:45 -0400
Subject: [PATCH] another clarification about profiles
---
static/faq.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/static/faq.html b/static/faq.html
index d95e29e8..51271061 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -324,7 +324,10 @@
they were able to persist data through an uninstall and reinstallation by default. The
modern storage model means they need to request access to user data to do this. The
existence of ANDROID_ID
means they don't yet need to bother with that but
- that will change on GrapheneOS and will likely change for baseline Android too.
+ that will change on GrapheneOS and will likely change for baseline Android too.
+ However, profiles are the only way to provide a strong assurance of separate
+ identities since the application model of the OS is designed to support communication
+ between apps within the same profile, but never between them.