diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-20 13:25:25 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-20 13:25:58 -0500 |
| commit | d3937538774c4aebd9a6fc42a2139b7c057240ad (patch) | |
| tree | 55af33227bc3d74ae7036bf756c6b350be7a3786 | |
| parent | 6bc877c577701aa90732b369ef97548ae710c4eb (diff) | |
fix uninstall apps from other users issue
| -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 dcc01e59..4d6f3a33 100644 --- a/static/releases.html +++ b/static/releases.html @@ -739,6 +739,7 @@ <li>Sandboxed Google Play compatibility layer: add support for Android Auto 11.3 by extending the wireless Android Auto and phone call handling toggles to also allow BluetoothAdapter#getActiveDevices</li> <li>Storage Scopes: avoid legacy apps using legacy storage crashing when trying to access the wallpaper</li> <li>remove legacy AOSP Search app now that Vanadium provides the global search intent in addition to the more common web search intent also implemented by other browsers including Brave</li> + <li>fix upstream bug breaking package manager support for uninstalling apps only installed in other profiles from the Owner user</li> <li>Settings: improve strings for network connection toggles</li> <li>kernel (5.10, 5.15, 6.1): temporarily ignore sysrq_always_enabled to avoid sysrq being enabled on devices passing it on the kernel line unconditionally</li> <li>kernel (5.10): update to latest GKI LTS branch revision</li> |
