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).
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).