1

I have a WP8 app in which i want to be able to create and schedule an alarm from the background agent. But the API ScheduledActionService.Add() cannot be called from the background agent.

So, i thought of a work-around where if the background agent can activate the app, then the app, while running in the foreground, will schedule the alarm.

Is there a way we can activate the app from the background agent?

4

1 回答 1

0

有没有办法从后台代理激活应用程序?

不可以。
启动应用程序需要用户交互,无法以编程方式执行此操作。

于 2013-08-27T09:21:17.747 回答