From c025d2dadbb5b22d9babd92784222b0f813fd625 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Oct 2024 13:02:38 -0400 Subject: [PATCH] add missing permission declaration for avoiding GSF --- static/releases.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 975b6217..cc0225e0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -533,6 +533,7 @@

Changes since the 2024101700 release:

@@ -592,7 +593,7 @@
  • full 2024-10-05 security patch level since the Pixel patches were disclosed in the Pixel Update Bulletin today
  • rebased onto AP3A.241005.015 Android Open Source Project release (Android 15)
  • full port of GrapheneOS features to Android 15 including integration of our features with the new Android 15 features including Private Space
  • -
  • Sandboxed Google Play compatibility layer: add stubs to fully remove the need for the Google Services Frameworks app for fresh installs of sandboxed Google Play, which has been removed as a dependency in our app repository for Android 15+, but it should still be kept for existing installs to avoid potential issues
  • +
  • Sandboxed Google Play compatibility layer: add stubs to fully remove the need for the Google Services Framework (GSF) app for fresh installs of sandboxed Google Play, which has been removed as a dependency in our app repository for Android 15+, but it should still be kept for existing installs to avoid potential issues
  • Pixel 9 Pro Fold: add assorted device-specific Settings and SystemUI changes to better match the stock OS
  • disable Bluetooth auto-on feature by default
  • temporarily enable system crash notifications unconditionally for the initial release based on Android 15 release