How to detect if a sensor is available on a Windows 8 device? My app needs GPS to work properly, so I need a way to detect if it is available on the device it is running on.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
you can check the LocationStatus property of the Geolocator object... if it is NotAvailable or Disabled you are out of luck... |
|||
|