A Microsoft platform for building and publishing apps for Windows devices.
Try opening the BIOS on pc start,most use the f2 key or esc button.in BIOS chk the battery conditions..also in control-panel,open power settings,edit the tabs...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a DesktopBridgeToUWP apps which registers an in-process background task that must run when Session Connected.
The background task runs effectively after the computer has been started up. As soon as the computer goes in battery saver and re-boot system the task doesn't run anymore. When the computer is plug-in AC and reboot system, the task runs again.
Is this true or doesn't this apply to system triggered background tasks? And have any method to allowed task runs?
A Microsoft platform for building and publishing apps for Windows devices.
Try opening the BIOS on pc start,most use the f2 key or esc button.in BIOS chk the battery conditions..also in control-panel,open power settings,edit the tabs...
Hi,
Welcome to Microsoft Q&A!
The offical document mentions “ In Battery Saver mode, it cuts off all background activity of all apps when the battery level drops below a user-defined threshold, except for the background activity of apps that have been set to "Always allowed." “
So you could try to set your app background activity to “Always allowed”. On desktop and mobile devices running Windows 10, version 1607 or later, users can view their "Battery usage by app" in the Battery section of the Settings app, then they will see a list of apps, select your uwp app to open up controls related to background activity and change it.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.