Status Update
Comments
fe...@gmail.com <fe...@gmail.com> #2
Information redacted by Android Beta Feedback.
in...@gmail.com <in...@gmail.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please upgrade to the latest release from the link
[Deleted User] <[Deleted User]> #4
install Android 16 as I want to leave beta.
<buganizer-system@google.com> schrieb am Do., 27. Feb. 2025, 08:55:
ub...@gmail.com <ub...@gmail.com> #5
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
fi...@gmail.com <fi...@gmail.com> #6
Thanks for reporting this issue.
-
We are handling "No more paying via Wallet because the system is not up to date" wallet issue here.
-
Please file a separate ticket for "Upgrade was never offered to install android 16" with details.
de...@gmail.com <de...@gmail.com> #7
After upgrading to stable the issue persists.
sa...@google.com <sa...@google.com> #8
ub...@gmail.com <ub...@gmail.com> #9
di...@gmail.com <di...@gmail.com> #10
je...@google.com <je...@google.com> #11
ub...@gmail.com <ub...@gmail.com> #12
There is an issuetracker Component available these days for Play Services Location:
Maybe move this issue to that Component to track it better?
je...@google.com <je...@google.com> #13
I can't move it right now, but I think it's ok to stay here.
As I wrote in the code lab issue, I misunderstood when the rewrite went out (which should fix the issue).
It goes live in version 20 (current version location 19.0.1). The engineer who wrote the rewrite checked and wasn't seeing the same issue, i.e., it should be resolved.
However, that does mean we have to wait until 20 is released. I can check in again here when it's live for you to double check.
br...@gmail.com <br...@gmail.com> #14
je...@google.com <je...@google.com> #15
I haven't been on location in awhile, but I wanted to follow up on this.
The issue should be resolved with
Description
Call LocationServices.FusedLocationApi.requestLocationUpdates(mGoogleApiClient, mLocationRequest, this); will result in a leak. Even though I'm calling removeLocationUpdates, disconnect, unregisterConnectionCallbacks and unregisterConnectionFailedListener inside onPause/onStop.
See attached project file.
- What happened:
LeakCanary reports a leak in an internal class from the package com.google.android.gms.location.
See attached log.
- What you think the correct behavior should be:
There shouldn't be any leaks.
Android version 6.0
Google Play Services 9.8.0
Related issue: