Google recommends using Google Play Services to manage a user's location. But how do we use this API to check if GPS is included in the device or if we still have a gps connection?
In com.google.android.gms.location.LocationListener we have only one abstract void onLocationChanged(Location location) method, which is called when the location has changed, but we donβt know anything about the GPS status.
How to use Google Play Services as the "old" LocationManager and LocationListener ?
android google-play-services gps location location-client
squixy
source share