Is there a way to access the device location settings(Settings->location->enable/disable) page directly from my application?
Use case scenario: If the location setting is disabled at the device level I would like to show a message with a link that directly takes the user to that setting in the same way as how bing maps does it.
If location service is disabled at the device level and bing maps application is launched and when location is requested by clicking on the circle icon to locate the device position a message is shown asking the user to enable the location service in setting by clicking on a link which will take the user to the device level location setting directly without the user having to navigate to it from the settings page. How can I do the same in my app? What is the URL used for that link for that page?
Thanks.

Reply With Quote

