diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-17 09:37:35 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-17 09:37:35 -0500 |
| commit | ec4aaa8835a21e3ef6d0caf7ff037282420be052 (patch) | |
| tree | 47ae97a967e5aa60bb8288da01f8c0338c8fff16 | |
| parent | ad0d9eb04d2256416cd02d4951dece38f86220f3 (diff) | |
GmsCompatConfig improvements
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 2c671b4a..678b6bf6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -668,7 +668,8 @@ <p>Changes since the 2023021000 release:</p> <ul> - <li>GmsCompatConfig: update max supported version of Play services</li> + <li>GmsCompatConfig: update max supported version of Play services and Play Store</li> + <li>GmsCompatConfig: fix location estimation based on nearby Wi-Fi access points by not ignoring the results of the legacy WifiManager#startScan(), which doesn't have an unprivileged modern version</li> <li>use C.UTF-8 locale for build environment to avoid dependency of the en_US.UTF-8 locale being available</li> <li>Seedvault: add back restore action in settings without marking it experimental</li> <li>Sandboxed Google Play compatibility layer: remove obsolete shim now handled by GmsCompatConfig</li> |
