diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-15 21:43:54 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-15 21:43:54 -0400 |
| commit | 8e9e286bca59cdb20945508a11ae0d4ff007524a (patch) | |
| tree | be999d0cd6de78c3c95c4f6dda7f64a657f52572 /static | |
| parent | 535244203cbc6186b2b05cfe4586c3ce77315095 (diff) | |
fix upstream null pointer exception bug
Diffstat (limited to 'static')
| -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 d0526c75..0dd44535 100644 --- a/static/releases.html +++ b/static/releases.html @@ -794,6 +794,7 @@ <ul> <li>Settings: enable Safety Center and port all of the relevant GrapheneOS settings to it both to provide the more modern user interface and to prepare for the release of Android 15</li> + <li>Package Installer: fix upstream bug causing null pointer exception in rare edge cases including a rare race condition</li> <li>require Owner user credential to check whether a duress PIN/password is enabled as hardening against potential UI bugs such as the upstream predictive back gesture issue we patched in the Settings app</li> <li>apply upstream change for 6th generation Pixels making snapuserd available in recovery to avoid a problem in a rare edge case where a factory reset occurs before finishing booting a new update</li> <li>apply minor upstream fixes for Settings which were temporarily only shipped for certain Pixels</li> |
