Below is a sample code snippet that demonstrated how the developers can use the ConnectionSettingsTask launcher to launch the windows phone device’s Bluetooth settings app from the Windows Phone 8 App.
How to Launch the Device Bluetooth Settings App from the Windows Phone 8 App?
ConnectionSettingsTask task = new ConnectionSettingsTask(); task.ConnectionSettingsType = ConnectionSettingsType.Bluetooth; task.Show();
Leave a Reply