summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-07-13 00:27:28 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commit275fe8bb905945c71bed9a612964b8b9479c9503 (patch)
treed6b6d3c5c5e16ff297a40cf97dfe52657003b277
parentb888e0cae8df531204536d927f2a2f515373e121 (diff)
clarify release notes
-rw-r--r--static/releases.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html
index 3b03f033..24732e7a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -566,8 +566,9 @@
<ul>
<li>fix adding access to files with our Storage Scopes feature on devices using the new shared storage implementation (Pixel 4a (5G), Pixel 5, Pixel 5a, Pixel 6, Pixel 6 Pro)</li>
<li>improve permission UI instructing the user to revoke all storage permissions before enabling storage scopes</li>
- <li>prevent Play Store attempting to update Play services instead of blocking it from being able to update it when it tries in order to avoid it repeatedly trying and wasting data</li>
- <li>prevent Play Store attempting to auto-install components like Play Services for AR since the request for approval is an annoyance</li>
+ <li>unblock Play Store installing Play Store and Play services in order to allow it to fetch additional split APK components</li>
+ <li>disable Play Store updates for Play Store and Play services to replace blocking installation as a friendlier approach to preventing it from taking over these updates without the downsides of blocking installation</li>
+ <li>disable Play Store attempting to auto-install components like Play Services for AR since the request for approval is an annoyance</li>
<li>Settings: do not initialize OBB toggle for non-attachable (privileged) apps</li>
</ul>
</article>