Is there a way to check if gps is turned off using LocationServices rather than using LocationManager?
I am using LocationServices and GoogleApiClient and trying to figure out the method that we can use to check if gps is on.
I want to solve the problem without using LocationManager, if it's possible to find the GPS source rather than having a mixed of everything which LocationServices seems to do? Please correct me if I am mistaking.