diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-07 04:50:00 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-07 04:50:00 -0500 |
| commit | 0f321b9702447ba3cb6076ac39be584ad8c7cd04 (patch) | |
| tree | ca6b0a85bc1e524570051c3473ccd0d9382b96ed | |
| parent | 41bff77679635e0fada637d10dc8be1389950794 (diff) | |
gmscompat: add more complete FLAG_PRIORITIZE shim
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0008efd5..798d7006 100644 --- a/static/releases.html +++ b/static/releases.html @@ -729,6 +729,7 @@ <li>full 2023-12-05 security patch level</li> <li>rebased onto UQ1A.231205.015 Android Open Source Project releases, which is the first quarterly maintenance/feature release for Android 14</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision</li> + <li>Sandboxed Google Play compatibility layer: disable privileged AlarmManager.FLAG_PRIORITIZE to prevent crashes (this API is a no-op when Unrestricted battery mode is granted anyway)</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-86">version 86</a></li> </ul> </article> |
