googlecodelabs / background-location-updates-android-o

Sample for background location changes in Android "O"
Other
81 stars 57 forks source link

Replaced FusedLocationApi with FusedLocationProviderClient #12

Open Mayank-Bhatnagar opened 5 years ago

Mayank-Bhatnagar commented 5 years ago

Removed the deprecated FusedLocationApi and replaced it with FusedLocationProviderClient to get location updates.