add missing permission declaration for avoiding GSF

This commit is contained in:
Daniel Micay 2024-10-17 13:02:38 -04:00
parent 99441b679e
commit c025d2dadb

View File

@ -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>