I’m creating a simple WP7 app, to have all network settings in one place, and to be able to pin it to the startpage of the phone. I can check the WiFi, and Cellular Data status using the DeviceNetworkInformation class, and I found, that there is currently no API for bluetooth. The only thing I didn’t found answer to is if there is a way to check if airplane mode is turned on or off. For now I’m assuming it can’t be done, but it would be great if someone could tell it for sure.
Thanks in advance!
There is no API to check for Airplane mode that I know of.
You could simply try to use the network and handle exceptions or query the API for network changes and availability