diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-30 15:51:45 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-30 15:51:45 -0400 |
| commit | f6ccd3b13a76680933fcec39be7d2286b5824113 (patch) | |
| tree | 2caac36c55d182ee5ffeeae986a869c8642ad3a6 /static/faq.html | |
| parent | 65bac8830515fdfeded11559517dbc4c71062835 (diff) | |
another clarification about profiles
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 <code>ANDROID_ID</code> means they don't yet need to bother with that but - that will change on GrapheneOS and will likely change for baseline Android too.</p> + 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.</p> <h3 id="cellular-tracking"> <a href="#cellular-tracking">What does GrapheneOS do about cellular tracking and |
