Is there any way to detect when the screen turns off in the windows phone? It is possible to make the application run when this happens?
相关问题
- How to know full paths to DLL's from .csproj f
- Importing NuGet references through a local project
- Visual Studio 2019 - error MSB8020: The build tool
- 'System.Threading.ThreadAbortException' in
- VS2017 RC - The following error occurred when tryi
相关文章
- How to show location of errors, references to memb
- How to track MongoDB requests from a console appli
- Working with hmacsha256 in windows store app
- Visual Studio Hangs on Loading UI Library
- How to use Mercurial from Visual Studio 2010?
- WP7 Alert dialog
- Copy different file to output directory for releas
- Edit & Continue doesn't work
You should set
ApplicationIdleDecectionMode
toEnabled
and handleObscured
andUnobscured
events of root frame:Look more at this article