diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-31 14:13:02 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-31 14:13:02 -0400 |
| commit | 44be9ec72b43b3deb151e4ee4f22d07b4b5f2d29 (patch) | |
| tree | c13a5f0fde64817b8063e4933e3ea146a4cdc8fc | |
| parent | 57b09c4957398bd2d070d3198bc743aae042f208 (diff) | |
avoid confusing install perm prompt for Files
| -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 a9fe5f28..ca77ce2f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -743,6 +743,7 @@ <p>Changes since the 2024032100 release:</p> <ul> + <li>DocumentsUI (Files): do not delegate handling of downloaded APKs to DownloadProvider to avoid confusing install permission prompt</li> <li>flash-all: raise minimum fastboot version to 34.0.5</li> <li>kernel (Pixel 8, Pixel 8 Pro): sign vendor modules after building them instead of only signing generic (GKI) modules</li> <li>kernel (6.1): update to latest GKI LTS branch revision</li> |
