How to check if Location Services are enabled?

I’m developing an app on Android OS. I don’t know how to check if Location Services are enabled or not.

I need a method that returns “true” if they are enabled and “false” if not (so in the last case I can show a dialog to enable them).

22 Answers
22

Leave a Comment