summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authormatchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com>2024-01-27 12:10:56 +0000
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-27 14:17:55 -0500
commit5d25699ea05549622b3805396d93c3d2287e925a (patch)
tree5b441d531735572d996c9d613e8ddb5448ddad99 /static
parentce3f26d90a9e15a9ae63b9c8b067811dff79f39f (diff)
Clarify removal of sandboxed Google Play dependency for eSIM management
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 516ba889..f366b6a4 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -750,7 +750,7 @@
<ul>
<li>isolate eSIM activation app from non-system apps to avoid it sharing data with sandboxed Google Play</li>
- <li>make eSIM activation toggle available without sandboxed Google Play installed</li>
+ <li>make eSIM activation toggle available without sandboxed Google Play installed (eSIM management no longer requires sandboxed Google Play)</li>
<li>make the eSIM activation app toggle persistent instead of it being disabled at boot</li>
<li>remove misleading message about device info being sent to Google message before eSIM download</li>
<li>hardened_malloc: use tag 0 for freed slots instead of reserving a tag to allow using 15 of 16 possible tag values for random tags (there are 3 dynamic exclusions of the random values for the previous tag along with the 2 current or previous adjacent tags)</li>