Skip to content

Commit 670c89c

Browse files
committed
gmscompat Play services NPE fix
1 parent 4959f3a commit 670c89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/releases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ <h3><a href="#2025032500">2025032500</a></h3>
574574
<p>Changes since the 2025032500 release:</p>
575575

576576
<ul>
577+
<li>Sandboxed Google Play compatibility layer: remove StatsManager from hidden services and replace that approach with stubbing out all of the methods since Play services recently introduced new code using it that's missing a null check and triggers a null pointer exception which has blocked us from pushing out the newer versions of Play services beyond our Alpha channel</li>
577578
<li>Network Location: switch to making at most a single request to the service per position estimation by requesting up to 40 Wi-Fi APs at once</li>
578579
<li>Network Location: optimize making requests to the service for Wi-Fi AP data</li>
579580
<li>Network Location: optimize Rust JNI bindings to the point that it no longer causes a noticeable overhead without introducing unsafe code (it could be optimized further with unsafe code to use more of the standard JNI optimizations but does not appear to be needed)</li>

0 commit comments

Comments
 (0)