diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/faq.html b/static/faq.html index 1a1eeb15..f7cacf20 100644 --- a/static/faq.html +++ b/static/faq.html @@ -676,8 +676,11 @@ identifiers such as the serial number, MAC addresses, IMEIs/MEIDs, SIM card serial numbers and subscriber IDs. Only privileged apps included in the base system with <code>READ_PRIVILEGED_PHONE_STATE</code> whitelisted can access these hardware - identifiers. Apps targeting Android 10 will receive a <code>SecurityException</code> - and older apps will receive an empty value for compatibility.</p> + identifiers. Apps targeting Android 10 will receive a + <code>SecurityException</code> and older apps will receive an empty value for + compatibility. The default SMS app is a special case that's given access to the + IMEI, which is normally the GrapheneOS fork of the AOSP Messaging app unless + users explicitly change it to another app.</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 |
