标签: windows-phone-7 background-agents windows-mobile-gps
我正在使用Windows Phone应用。 public void watcher_PositionChanged(object sender,GeoPositionChangedEventArgs e) {}
当应用程序在后台不在前台运行时,此事件是否适用于每个位置更改? 当app在后台运行时,我想计算每10秒的行进距离。我该怎么办?
答案 0 :(得分:0)
你做不到。 Microsoft对于允许在后台运行的内容非常具体。
See this article for more info.