diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-31 03:39:45 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-31 03:39:45 -0500 |
| commit | 8a0fc9bd7bf277c2321178c75024068372ae8734 (patch) | |
| tree | 6f59b66fd797f9fcfd2c0bca8642d76f91229909 | |
| parent | 2853444fad95cd6a2a339c83046cbb38865ed590 (diff) | |
fix wording
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 9fb20f80..e4d8d156 100644 --- a/static/releases.html +++ b/static/releases.html @@ -534,7 +534,7 @@ <li>make DownloadManager friendlier to apps with the Network permission revoked instead of triggering SecurityException</li> <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 toggle for redirecting the Google Play geolocation API in a future release)</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>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> |
