summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-01-31 08:06:32 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-01-31 08:06:32 -0500
commit169d76c5afabafdd2120b55d2a7ca3853441e98c (patch)
tree7c8d39ef101e497b10813516dbe08c914eb01601
parent8a0fc9bd7bf277c2321178c75024068372ae8734 (diff)
explain foreground service change
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index e4d8d156..77950ec0 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -535,7 +535,7 @@
<li>Sandboxed Google Play compatibility layer: revert marking location service as a foreground location service (not necessary)</li>
<li>Sandboxed Google Play compatibility layer: add compatibility shims enabling full support for using Play services geolocation</li>
<li>Sandboxed Google Play compatibility layer: add GmsCompat app providing infrastructure for the compatibility layer and shortcuts to Google Play configuration activities (will provide a toggle for redirecting the Google Play geolocation API to the OS API in a future release)</li>
- <li>Sandboxed Google Play compatibility layer: replace converting Google Play services to foreground services with keeping them alive using the GmsCompat app</li>
+ <li>Sandboxed Google Play compatibility layer: replace converting Google Play services to foreground services with keeping them alive using the GmsCompat app (improves compatibility with apps calling Play services or the Play Store in the background)</li>
<li>Dialer: update visual voicemail configuration based on Google Phone 73.0.414822266</li>
<li>Messaging: replace obsolete AOSP MMS configuration database with one generated from the stock OS app</li>
<li>Vanadium: update Chromium base to 97.0.4692.98</li>