background-location-updates-android-o
background-location-updates-android-o copied to clipboard
Sample for background location changes in Android "O"
Deprecate codelab sample in favor of https://github.com/googlecodelabs/while-in-use-location
Getting `LocationResult` **null** in `onReceive` method of `LocationUpdatesBroadcastReceiver` ``` public class LocationUpdatesBroadcastReceiver extends BroadcastReceiver { private static final String TAG = "LUBroadcastReceiver"; static final String ACTION_PROCESS_UPDATES = "com.google.android.gms.location.sample.backgroundlocationupdates.action" + ".PROCESS_UPDATES";...
Hello, Greatly appreciate this code!, working super fine in background. But the setMaxWaitTime is so frequent and only works if i set to 10 milliseconds, anything more than that it...
The Background Location Updates in Android "O" code lab has a minSdkVersion of 16 but the source code uses a number of API features that are, for example, only available...
Hi Team, First of all I would like to appreciate the team efforts been made for developing this code lab. After reading the Android Official Documentation what I found is...
Removed the deprecated **FusedLocationApi** and replaced it with **FusedLocationProviderClient** to get location updates.
Location update not work on distance bases. LocationRequest class setSmallestDisplacement() method not working.
Please update the lab to use getFusedLocationProviderClient
I tried to run the code in android studio, but its showing me the below error. - Failed to find Platform SDK with path: platforms;android-O Also I have already installed...