diff options
| author | GrapheneOS <contact@grapheneos.org> | 2024-06-30 20:00:37 -0400 |
|---|---|---|
| committer | GrapheneOS <contact@grapheneos.org> | 2024-06-30 20:00:37 -0400 |
| commit | 55e639ea9fec4d6439aa5d5669fcea10393bb241 (patch) | |
| tree | 77e716d5741ac0f1e441beda44993e4187680d83 /static | |
| parent | f436ac2fae7cc397d89d7440920bb321dc03875b (diff) | |
avoid Play Store cancelling pending install/update
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 51ec9c99..a06a947d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -787,6 +787,7 @@ <ul> <li>avoid skipping toggling USB port after unlock in certain edge cases to make sure devices connected while locked are always detected when unlocking</li> <li>Sandboxed Google Play compatibility layer: stub out reads of hidden system settings in Google's speech services app</li> + <li>Sandboxed Google Play compatibility layer: don't allow the Play Store to abort pending package installation to avoid it cancelling install/update attempts after 10 minutes of waiting for requested user approval it hasn't been designed to handle</li> </ul> </article> --> |
