Stan Mots

Results 1 issues of Stan Mots

My question is regarding [Location Address](https://github.com/googlesamples/android-play-location/tree/master/LocationAddress/app/src/main/java/com/google/android/gms/location/sample/locationaddress) sample code. Is there a memory leak when we [pass](https://github.com/googlesamples/android-play-location/blob/master/LocationAddress/app/src/main/java/com/google/android/gms/location/sample/locationaddress/MainActivity.java#L228) `ResultReceiver` to the `IntentService` and then a configuration change occurs? Consider the following scenario:...

migrated googlesamples