To use bluetooth connection, i need to active location sensor.
With an activity starter, I could access the location setting.
but, just for avoiding duplication work,
what I want to do is that only if the location sensor is disabled,
access the location setting by push a button.
The following code is my algorithm structure.
If you know how to get the location sensor activation information,
Please let me know that
Thank you for your notifying.
I found that "locationSensor.HasAccuracy" is proper to check the location sensor setting.
However, "HasAltitude, HasLongitude, HasLatitude" are not worked without individual gps setting.
It would be related with security issue of location sensor as you mentioned above.