summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 17:33:42 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-16 17:39:41 -0400
commitbe9376390aa19da69f84c3d0fa646364890a0d46 (patch)
tree2a50e748b93a687f6575642047603bf8e5e8939c
parent36381c1172fa0fe01b6058a3e18a731f689aa650 (diff)
ignore FRP
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index eeb803d8..fa85e33b 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -539,6 +539,7 @@
<ul>
<li>Sandboxed Google Play compatibility layer: replace GmsCompatConfig Bluetooth stubs with in-place checks for improved reliability and readability</li>
+ <li>ignore the standard stock OS configured Factory Reset Protection since installing GrapheneOS implies the ability to bypass it via the device being unlocked and if we added our own anti-theft system it would not use the same approach using Google account recovery</li>
<li>disable temporary unconditional system crash notifications since we've gotten the initial feedback we needed via the previous release</li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-142">version 142</a></li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-143">version 143</a></li>