diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-30 21:45:32 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-12-30 21:45:32 -0500 |
| commit | 19737080fff8efde279c711273663fb7e9fe4656 (patch) | |
| tree | 8507d8369b29eab048eee33f470a4b3fbb68c441 | |
| parent | 36119d29faed30f5e46d23604cfc768e07a76dcc (diff) | |
clarify wording
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 71d010ea..8ce74647 100644 --- a/static/releases.html +++ b/static/releases.html @@ -748,7 +748,7 @@ <li>Sandboxed Google Play compatibility layer: add Android Auto support with the compatibility layer eliminating the need for most of the permissions and a permission menu with 4 toggles for granting the minimal special access required for wired Android Android, wireless Android Auto, audio routing and phone calls</li> <li>Settings: remove confusing mention of Android Auto from Connected devices screen</li> <li>exempt non-app system processes from Sensors permission enforcement (fixes some issues including gpsd crashes)</li> - <li>fix Bluetooth auto-turn-off race condition leading to potential crash</li> + <li>fix Bluetooth auto-turn-off race condition to avoid crashes</li> <li>work around upstream race condition bug in biometric service</li> <li>disable support for pre-approving PackageInstaller sessions due to incompatibility with Network permission toggle</li> <li>fix several upstream bugs in handling crash reports mainly to improve our user-facing crash reporting system</li> |
