I'm creating an app, that heavily relies on LocationServices. For now I'm asking user to turn them on, and everything works fine.
However, when user clicks "No", the whole point of this app goes to hell. I can spam user to turn location services on from my Service, however I find this solution extremely non-elegant.
Is there a way to turn this setting on programatically? I don't care for additional permissions or so. I did my research and I only got what I already did - ask user to turn on location services with a dialog etc.