简体   繁体   中英

How to launch and run a UWP app in the background

I am developing a UWP app but I want it to run completely in the background and launch hidden with the exception of perhaps a notification tray icon.

I'm not even sure where to start as this is my first venture into UWP and I cannot seem to change the entry point in the manner I want.

With background tasks your app can work in background and wake up after some conditions

For your needs you can run a background task on a timer

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM