From f356c155956f6f18d89805f96a459089475db99d Mon Sep 17 00:00:00 2001 From: Dario Alessandro Lencina Talarico Date: Wed, 4 Mar 2020 20:06:25 -0500 Subject: [PATCH 1/2] fix typo --- .../LocationUpdatesService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java b/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java index 5804bc5f..13c7ec0c 100644 --- a/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java +++ b/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/LocationUpdatesService.java @@ -57,7 +57,7 @@ * bound to this service, frequent location updates are permitted. When the activity is removed * from the foreground, the service promotes itself to a foreground service, and location updates * continue. When the activity comes back to the foreground, the foreground service stops, and the - * notification assocaited with that service is removed. + * notification associated with that service is removed. */ public class LocationUpdatesService extends Service { From e9d54e9cbd13af77ab3ac19709ac2c39f732633e Mon Sep 17 00:00:00 2001 From: Dario Alessandro Lencina Talarico Date: Wed, 4 Mar 2020 20:14:59 -0500 Subject: [PATCH 2/2] found and fixed another typo --- .../location/sample/locationupdatesforegroundservice/Utils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/Utils.java b/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/Utils.java index 07164cf0..01dc5887 100644 --- a/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/Utils.java +++ b/LocationUpdatesForegroundService/app/src/main/java/com/google/android/gms/location/sample/locationupdatesforegroundservice/Utils.java @@ -26,7 +26,7 @@ class Utils { - static final String KEY_REQUESTING_LOCATION_UPDATES = "requesting_locaction_updates"; + static final String KEY_REQUESTING_LOCATION_UPDATES = "requesting_location_updates"; /** * Returns true if requesting location updates, otherwise returns false.