summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-03-06 09:22:05 -0500
committerDaniel Micay <danielmicay@gmail.com>2023-03-06 09:22:05 -0500
commitfc3890cc91d332c9a53537c3d578524671dfa7d1 (patch)
tree20b5bf8dc325a69848102acbca353ea6dcd27931
parent365d7ecfd09eba884a39ac94c8c29ded89ad2602 (diff)
remove note about SUPL APN configuration
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 10f90988..a20ab122 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -886,7 +886,7 @@
<p>Changes since the 2023011000 release:</p>
<ul>
- <li>don't send IMSI / Phone number to SUPL server when SUPL is enabled (note: using SUPL is always an optional choice in APN configuration on GrapheneOS, unlike AOSP and the stock OS)</li>
+ <li>don't send IMSI / Phone number to SUPL server when SUPL is enabled (note: using SUPL is always an optional choice on GrapheneOS, unlike AOSP and the stock OS)</li>
<li>SELinux policy: drop auditing for apk_data_file execute/execute_no_trans (research is done)</li>
<li>SELinux policy: add back apk_data_file execute/execute_no_trans for adb shell for debugging use cases (removing it isn't really useful for hardening and we plan on hardening ADB for the verified boot model another way)</li>
<li>Settings: revert to standard Android 13 minimum threshold of 10% for automatic battery saver since lowering it below 10% doesn't work as intended without more invasive changes outside the scope of GrapheneOS</li>