Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing the reuse of PendingIntent.
The variable was actually never set so this is a no-op, but not sure we should do this because other apis can actually cancel their intent. https://developer.android.com/reference/com/google/android/gms/location/FusedLocationProviderApi.html#requestLocationUpdates(com.google.android.gms.common.api.GoogleApiClient, com.google.android.gms.location.LocationRequest, android.app.PendingIntent) Change-Id: Ifaf26584a270ceac936dd5723ebdfc4053b2ff1e
- Loading branch information