diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-17 13:02:38 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-10-17 13:02:49 -0400 |
| commit | c025d2dadbb5b22d9babd92784222b0f813fd625 (patch) | |
| tree | d89181738c893d2ee419c013998314cab0537998 /static | |
| parent | 99441b679e531d929d7d435a046fe2cb4b965cb3 (diff) | |
add missing permission declaration for avoiding GSF
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <p>Changes since the 2024101700 release:</p> <ul> + <li>Sandboxed Google Play compatibility layer: add C2DM SEND permission declaration to GmsCompat to fully avoid the need for the Google Services Framework (GSF) app in addition to the already covered READ_GSERVICES and C2DM RECEIVE (avoids Firebase Cloud Messaging regressions for fresh installs of sandboxed Google Play without GSF, but note existing installs still need GSF unless you reinstall it)</li> <li>Radio Info: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)</li> </ul> </article> @@ -592,7 +593,7 @@ <li>full 2024-10-05 security patch level since the Pixel patches were disclosed in the Pixel Update Bulletin today</li> <li>rebased onto AP3A.241005.015 Android Open Source Project release (Android 15)</li> <li>full port of GrapheneOS features to Android 15 including integration of our features with the new Android 15 features including Private Space</li> - <li>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</li> + <li>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</li> <li>Pixel 9 Pro Fold: add assorted device-specific Settings and SystemUI changes to better match the stock OS</li> <li>disable Bluetooth auto-on feature by default</li> <li>temporarily enable system crash notifications unconditionally for the initial release based on Android 15 release</li> |
