diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-20 17:47:06 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-20 17:47:06 -0500 |
| commit | 4888830eb628b4d89b161aa50c9d4eeb377dabe8 (patch) | |
| tree | 25e34e2cfe7400016fd53d283ca20e5232a86c5f /static | |
| parent | 3c9cf6072566704bfc290fb0c0b2b805f6b5b75c (diff) | |
upstream bug fix
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 3b5f21f1..c3b70389 100644 --- a/static/releases.html +++ b/static/releases.html @@ -674,6 +674,7 @@ <li>Settings: revert to standard Android 13 minimum threshold of 10% for automatic battery saver since lowering it below 10% doesn't work as intended without more invasive changes outside the scope of GrapheneOS</li> <li>fully disallow installing instant apps instead of permitting ADB shell and system apps to do it (this will simplify future work)</li> <li>extend self app-op spoofing used for Network permission compatibility to unsafeCheckOpRaw()</li> + <li>fix upstream bug causing crash from isServiceTokenValidLocked() being called without holding the lock</li> </ul> </article> --> |
