You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FroyoLocationUpdateRequester does not contain an implementation for the
requestLocationUpdates() method defined in the abstract base class
LocationUpdateRequester.
Suggested fix: pull the implementation for requestLocationUpdates() up from
the child class "GingerbreadLocationUpdateRequester".
Additional suggestion: Add a "removeUpdates(PendingIntent p)" to the class
hierarchy, so that the requester (code that actually holds the PendingIntent)
can signal to the location manager that it's no longer interested in location
updates. See attached files for implementation. Implement similar for
LegacyLocationUpdateRequester.
Original issue reported on code.google.com by [email protected] on 28 Oct 2011 at 6:44
I disagree. The implementation in GingerbreadLocationUpdateRequester invokes a
method that does not exist in Froyo.
I think the implementation for
FroyoLocationUpdateRequester.requestLocationUpdates(long, long, Criteria,
PendingIntent) should come from LegacyLastLocationFinder.
Original issue reported on code.google.com by
[email protected]
on 28 Oct 2011 at 6:44Attachments:
The text was updated successfully, but these errors were encountered: