1

Is it possible to get location in android without enabling location service of android device ? I need to get location from nearest mobile tower, so is it possible ?

2

1 Answer 1

2

You could use getLastKnownLocation() of FusedLocationAPI. This doesnot involve enabling location services. As per docs:

Using the Google Play services location APIs, your app can request the last known location of the user's device. In most cases, you are interested in the user's current location, which is usually equivalent to the last known location of the device

.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.