Tag: Detect
How to detect if the Windows Phone App is running in KidsCorner using C#?
Below is a sample code snippet that demonstrates how to detect if the application in Windows Phone is running in Kids Corner using C#? The Windows.Phone.ApplicationModel.ApplicationProfile returns the value Default or Alternate. The default value indicates the normal mode whereas the Alternate indicates the Kids Corner mode. How to detect if the Windows Phone App is running in KidsCorner using C#?
How to Detect the App returning from Dormant or Tombstoned State in Windows Phone 8?
When the Windows Phone is deactivated, the application enters the dormant state. Some of the scenario when the application can go to the dormant state are User uses the start button to navigate to different application. User receives a call when using the application User launches the launcher or chooser. etc. How to Detect the App if returning from Dormant or Tombstoned State in Windows…