explain foreground service change

This commit is contained in:
Daniel Micay 2022-01-31 08:06:32 -05:00
parent 8a0fc9bd7b
commit 169d76c5af

View File

@ -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>