How to Launch the Device Cellular Settings App from the Windows Phone 8 App?

Below is a sample code snippet that demonstrated how the developers can use the ConnectionSettingsTask launcher to launch the windows phone device’s Cellular settings app from the Windows Phone 8 App.

How to Launch the Device Cellular Settings App from the Windows Phone 8 App?

ConnectionSettingsTask task = new ConnectionSettingsTask();
task.ConnectionSettingsType = ConnectionSettingsType.Cellular;
task.Show();
How to Launch the Device Cellular Settings App from the Windows Phone 8 App?
%d