c# - How to enable windows phone lock screen while debugging? -


I am trying to remove my bug, which occurs when the lock screen is automatically called, but Disabled on automatically debugging the lock screen.

Does the Visual Studio have the option to enable automatic lock screen or something?

  1. Connect to or without any debugger on Ambler or without Run your app on the device. .
  2. In Visual Studio, open Simulation Dashboard on the Tools menu.
  3. To launch the lock screen and lock the phone, select Lock.
  4. Check how your app is disabled.
  5. To unlock the lock screen and unlock the phone, select Unlock.
  6. Check how your app activation is managed.

I've mentioned the URL below


Comments