diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-26 14:47:07 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-26 14:47:50 -0400 |
| commit | bde385087c414ef1aab85597da0a0db8f28941f4 (patch) | |
| tree | 74a1bc75384781ad2534f28e68635a0d3c90eca8 | |
| parent | ea844ef8fd72615e7d898b48d5a2ac21d8c09890 (diff) | |
restore Android 13 file manager APK install behavior
| -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 b4a197bc..e122c7a5 100644 --- a/static/releases.html +++ b/static/releases.html @@ -718,6 +718,7 @@ <ul> <li>Gallery: fix low resolution image preview in editor</li> + <li>restore Android 13 behavior for installing APKs from the file manager by requesting permission for the app which created the APK (current Google Files behavior is a bit different and requests permission for Google Files, but the AOSP Files approach seems more useful)</li> <li>SELinux policy: use per-app-instance MLS level for the update client domain as used for regular apps to provide better isolation from other system components</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision</li> <li>kernel (Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.135</li> |
