Can the WinRT application continue to work while the screen turns off?
I know that a WinRT application can create background tasks that run periodically, even if the application is not running. Convenient, but not what I ask. I ask, when the user presses the power button and calls the Connected standby mode, is there anything that the application can do to stay active. Can he request some accessibility features?
Example. Windows Phone has a convenient Running and Walking application that tracks where you are while it works, and then it calculates your distances, etc. Even when the screen is off! Turn on the screen, and the map where I was updated. Is it possible to use this type in WinRT?
source
share