Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以为windows phone 做系统服务吗?如果是,那么如何?我正在尝试制作一个系统服务,每次启动手机时都会显示一个消息框,该怎么做?
您不能在 Windows Phone 上创建系统服务。您可以做的最好的事情是一个后台代理,它将每 30 分钟执行一次。您还可以在 Windows Phone 8 上使用GeoLocator使您的应用程序在后台保持活动状态(尽管它应该仅用于位置跟踪目的)。但是这些变通方法都不允许您对系统事件做出反应,例如电话启动。
GeoLocator