summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-07-08 17:08:17 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commitd9ed82b8c159613465bca33fa62b49e1fa4d1efa (patch)
treeb161e37c45d6f471644046a340b4bc478062ec3b
parente65d6c7c8c4680f16c1c32aa725649ee7b919801 (diff)
storage scopes and OBB toggle
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 9a010e1a..3985d1eb 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -544,6 +544,8 @@
<p>Changes since the 2022070600 release:</p>
<ul>
+ <li>add new Storage Scopes feature for granting limited access to shared storage for apps normally requiring granting the Media (indexed media in the profile's home directory) or legacy Files and Media (access to most of the home directory) permissions</li>
+ <li>split out a new toggle for OBB (Opaque Binary Blob) installation (legacy approach to distributing large assets primarily used by games) so that the Play Store and other app stores with asset delivery support can be granted OBB access instead of Media access (or Files and Media for legacy apps)</li>
<li>fix upstream Android bug in DeviceIdleJobsController which was preventing battery optimization exceptions from fully working for system apps and resulting in delays in some cases for the Messaging app and other system apps</li>
<li>kernel (Pixel 6, Pixel 6 Pro): update GKI base to ASB-2022-07-05_12-5.10</li>
<li>respect user switchability for forwarded notification UI</li>