diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 05:19:23 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-03-02 05:19:23 -0500 |
| commit | 24bee26d40ef7cca60c3a6cfb8f6407c8be2a06e (patch) | |
| tree | 945e75a893545aed03dd7e700c0ff698065fba7a | |
| parent | 70fc36a6e2765f2419f4ac36b012166193e0632d (diff) | |
clarification on identifiers
| -rw-r--r-- | static/faq.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html index c63ed287..9fc75f18 100644 --- a/static/faq.html +++ b/static/faq.html @@ -252,8 +252,9 @@ identifiers. Apps targeting Android 10 will receive a <code>SecurityException</code> and older apps will receive an empty value for compatibility.</p> - <p>GrapheneOS only makes a small change to remove a legacy form of access to the - serial number by legacy apps, which was still around for compatibility.</p> + <p>Since these restrictions became standard, GrapheneOS only makes a small change to + remove a legacy form of access to the serial number by legacy apps, which was still + around for compatibility.</p> <h3 id="cellular-tracking"> <a href="#cellular-tracking">What does GrapheneOS do about cellular tracking and |
