GmsCompatConfig improvements

This commit is contained in:
Daniel Micay 2023-02-17 09:37:35 -05:00
parent ad0d9eb04d
commit ec4aaa8835

View File

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