Tag: lock screen
Launching the lock Screen Settings App using URI Scheme in Windows Phone 8
Below is a sample code snippet demonstrating on how to launch the lock Screen App via the URI Scheme and LaunchUriAsync method in Windows Phone using C#? Launching the lock Screen Settings App using URI Scheme in Windows Phone 8
How to Prevent the Lock Screen to automatically lock from the Windows Phone 8 App?
There are times when the automatic lock of the Screen is enabled by the user in the Settings App of the Windows Phone 8. When your App is running on the device, sometimes you may not want to lock the device automatically for various reasons . How to Prevent the Lock Screen to automatically lock from the Windows Phone 8 App? Below is a sample…